From 29ee8ebd744cfbd99c5a883a472d2597b2abf83d Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 1 Apr 2009 21:30:25 +0000 Subject: [PATCH] Documentation update [SVN r52121] --- doc/BOOST_THROW_EXCEPTION.html | 1 + doc/throw_exception.html | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/BOOST_THROW_EXCEPTION.html b/doc/BOOST_THROW_EXCEPTION.html index e74167d..6df9a59 100644 --- a/doc/BOOST_THROW_EXCEPTION.html +++ b/doc/BOOST_THROW_EXCEPTION.html @@ -36,6 +36,7 @@

This macro takes an exception object, records BOOST_CURRENT_FUNCTION, __FILE__ and __LINE__ in it, and forwards it to throw_exception. To recover this information at the catch site, use get_error_info; the information is also included in the message returned by diagnostic_information.

Boost Exception
boost/throw_exception.hpp
+
Frequently Asked Questions
diff --git a/doc/throw_exception.html b/doc/throw_exception.html index 0a33e20..4d3b9c2 100644 --- a/doc/throw_exception.html +++ b/doc/throw_exception.html @@ -45,6 +45,7 @@ boost boost/throw_exception.hpp
Configuration Macros
enable_current_exception
+
Frequently Asked Questions
Transporting of Exceptions Between Threads