From 41ba027722d04e22ad3932e6bac2167bf37af706 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 22 Oct 2009 07:14:09 +0000 Subject: [PATCH] Added errinfo_nested_exception typedef. Documentation update. [SVN r57059] --- doc/BOOST_THROW_EXCEPTION.html | 8 +------- doc/boost_throw_exception_hpp.html | 9 +-------- doc/throw_exception.html | 12 +----------- 3 files changed, 3 insertions(+), 26 deletions(-) diff --git a/doc/BOOST_THROW_EXCEPTION.html b/doc/BOOST_THROW_EXCEPTION.html index 9647705..89395fb 100644 --- a/doc/BOOST_THROW_EXCEPTION.html +++ b/doc/BOOST_THROW_EXCEPTION.html @@ -35,18 +35,12 @@ #endif

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.


-

See Also:

- +See also: Boost Exception | boost/throw_exception.hpp | Frequently Asked Questions

-

See Also:

- +See also: BOOST_THROW_EXCEPTION | Configuration Macros | Synopsis | throw_exception

-

See Also:

- +See also: BOOST_THROW_EXCEPTION | Boost Exception | boost/throw_exception.hpp | Configuration Macros | enable_current_exception | Frequently Asked Questions | Transporting of Exceptions Between Threads