2010/01/08

Fatal error occurs in exception of Boost 1.41

I changed Boost from 1.40 to 1.41. Then, the Boost causes fatal error at exception_ptr.hpp: 160:

160: #ifndef BOOST_NO_RTTI
161: (*this) << original_exception_type(&typeid(e));
162: #endif

... may VC7.1 be cause of it?

I must define BOOST_NO_RTTI although RTTI option of VC (GR) is available.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...