From f3e517598b1bd3c4e72fcde3b8c9a110207b7050 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 2 Sep 2008 21:02:25 +0000 Subject: [PATCH] documentation update [SVN r48544] --- doc/throw_exception.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/throw_exception.html b/doc/throw_exception.html index 27e7b17..d9eee8f 100644 --- a/doc/throw_exception.html +++ b/doc/throw_exception.html @@ -26,14 +26,10 @@ boost { #ifdef BOOST_NO_EXCEPTIONS - - void throw_exception( std::exception const & e ); // user defined - + void throw_exception( std::exception const & e ); // user defined #else - - template <class E> - void throw_exception( E const & e ); - + template <class E> + void throw_exception( E const & e ); #endif }

Requirements:

@@ -44,7 +40,8 @@ boost

See Also:

-