$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Anteru (newsgroups_at_[hidden])
Date: 2008-08-13 13:21:06
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