From 12b5fa85d04e851b51293299dae74deb16da737c Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 8 Apr 2009 20:23:27 +0000 Subject: [PATCH] Documentation update [SVN r52267] --- doc/throw_exception.html | 2 ++ 1 file changed, 2 insertions(+) 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: