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:

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

-

See Also:

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

-

See Also:

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