13 Aug
2008
13 Aug
'08
5:21 p.m.
Emil Dotchevski schrieb:
To disable the Boost Exception integration in boost::throw_exception, #define BOOST_EXCEPTION_DISABLE. Because Boost Exception requires RTTI, #defining BOOST_NO_TYPEID has the same effect.
I.e. it disables the use of Boost::Exception, but exceptions are still thrown? The documentation does not state whether defining BOOST_EXECPTION_DISABLE will have any ill effects on the rest of Boost, just that boost::throw_exception will fall back to plain throw. Cheers, Anteru