From e03a9b456b5925c642bb4e78811d2ecf76671ae7 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 8 Apr 2009 20:24:17 +0000 Subject: [PATCH] Documentation update [SVN r52268] --- 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: