Boost logo

Boost Users :

Subject: Re: [Boost-users] [Exceptions] Boost exception relationship with std exception & streams
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-06-22 04:41:31


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 ?.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net