Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
IDE: C++ Builder 6.0
Compiler: Borland BCC32.EXE version 6.0.10.157
Project type: VCL
The compiler takes you to shared_ptr.hpp, to the BOOST_ASSERT:
T * operator-> () const // never throws |
I still do not understand why it occurs (as on top of the header file boost/assert.hpp is #included).
This error started to occur when I split a multi-unit project over multiple folders, in which I had defined by own assert.h (instead of Assert.hpp) and use assert (instead of Assert).
Why this works? I don't know.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.