diff --git a/doc/throw_exception.html b/doc/throw_exception.html index cf4ef4b..475af83 100644 --- a/doc/throw_exception.html +++ b/doc/throw_exception.html @@ -38,6 +38,8 @@ boost
+

Note:

+

Under BOOST_NO_EXCEPTIONS, unless BOOST_EXCEPTION_DISABLE is also defined, users can examine the passed exception object using boost::get_error_info, or format an automatic diagnostic message using boost::diagnostic_information.


See Also:

BOOST_THROW_EXCEPTION