607 B
607 B
Revision History
Changes in 1.79.0
-
Added
boost::throw_with_location, a more lightweight alternative ofBOOST_THROW_EXCEPTIONfor programs that do not use Boost.Exception.
Changes in 1.73.0
-
Added an overload of
throw_exceptionthat takes aboost::source_locationobject.
|
Note
|
Projects using BOOST_THROW_EXCEPTION with exceptions disabled will need
to add a definition of this new overload.
|