22 Jun
2010
22 Jun
'10
8:41 a.m.
Emil Dotchevski wrote:
You can define BOOST_EXCEPTION_DISABLE, which disables the Boost Exception library itself, leaving the legacy boost::throw_exception behavior (which still has two flavors, depending on BOOST_NO_EXCEPTIONS). In this configuration no STL components are used except for std::exception. You can then #ifdef your code that uses the Boost Exception library with BOOST_EXCEPTION_DISABLE.
Ok, so I can say that if NT2_CONFIG_NO_STREAMS is set, I set BOOST_EXCEPTION_DISABLE and no stream header will be included basically ?.