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.
-
diff --git a/doc/boost-exception.html b/doc/boost-exception.html
index 3c42dac..f7d0e89 100644
--- a/doc/boost-exception.html
+++ b/doc/boost-exception.html
@@ -78,8 +78,6 @@
-
diff --git a/doc/boost_exception_all_hpp.html b/doc/boost_exception_all_hpp.html
index 0757084..d41a493 100644
--- a/doc/boost_exception_all_hpp.html
+++ b/doc/boost_exception_all_hpp.html
@@ -40,19 +40,12 @@
#include <boost/exception_ptr.hpp>
#endif
-
diff --git a/doc/boost_exception_current_exception_cast_hpp.html b/doc/boost_exception_current_exception_cast_hpp.html
index fa33e88..9ab3ac9 100644
--- a/doc/boost_exception_current_exception_cast_hpp.html
+++ b/doc/boost_exception_current_exception_cast_hpp.html
@@ -29,17 +29,12 @@ boost
E * current_exception_cast();
}
-
diff --git a/doc/boost_exception_diagnostic_information_hpp.html b/doc/boost_exception_diagnostic_information_hpp.html
index 01f7d64..d2e1bb1 100644
--- a/doc/boost_exception_diagnostic_information_hpp.html
+++ b/doc/boost_exception_diagnostic_information_hpp.html
@@ -39,20 +39,12 @@ boost
std::string current_exception_diagnostic_information();
}
-
diff --git a/doc/boost_exception_enable_current_exception_hpp.html b/doc/boost_exception_enable_current_exception_hpp.html
index 7d4d7ab..09af9ed 100644
--- a/doc/boost_exception_enable_current_exception_hpp.html
+++ b/doc/boost_exception_enable_current_exception_hpp.html
@@ -31,17 +31,12 @@ boost
---unspecified--- enable_current_exception( T const & e );
}
-
diff --git a/doc/boost_exception_enable_error_info_hpp.html b/doc/boost_exception_enable_error_info_hpp.html
index 2ce4c64..3d10b30 100644
--- a/doc/boost_exception_enable_error_info_hpp.html
+++ b/doc/boost_exception_enable_error_info_hpp.html
@@ -31,17 +31,12 @@ boost
---unspecified--- enable_error_info( T const & x );
}
-
diff --git a/doc/boost_exception_errinfo_api_function_hpp.html b/doc/boost_exception_errinfo_api_function_hpp.html
index bd6398c..b0c1279 100644
--- a/doc/boost_exception_errinfo_api_function_hpp.html
+++ b/doc/boost_exception_errinfo_api_function_hpp.html
@@ -30,17 +30,12 @@ boost
typedef error_info<struct errinfo_api_function_,char const *> errinfo_api_function;
}
-
diff --git a/doc/boost_exception_errinfo_at_line_hpp.html b/doc/boost_exception_errinfo_at_line_hpp.html
index 2145da9..e3b2c6c 100644
--- a/doc/boost_exception_errinfo_at_line_hpp.html
+++ b/doc/boost_exception_errinfo_at_line_hpp.html
@@ -30,17 +30,12 @@ boost
typedef error_info<struct errinfo_at_line_,int> errinfo_at_line;
}
-
diff --git a/doc/boost_exception_errinfo_errno_hpp.html b/doc/boost_exception_errinfo_errno_hpp.html
index bb1277a..4d2c1c4 100644
--- a/doc/boost_exception_errinfo_errno_hpp.html
+++ b/doc/boost_exception_errinfo_errno_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_errno_,int> errinfo_errno;
}
-
diff --git a/doc/boost_exception_errinfo_file_handle_hpp.html b/doc/boost_exception_errinfo_file_handle_hpp.html
index 371ea70..e1a5541 100644
--- a/doc/boost_exception_errinfo_file_handle_hpp.html
+++ b/doc/boost_exception_errinfo_file_handle_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_file_handle_,weak_ptr<FILE> > errinfo_file_handle;
}
-
diff --git a/doc/boost_exception_errinfo_file_name_hpp.html b/doc/boost_exception_errinfo_file_name_hpp.html
index d53dfcb..f77edef 100644
--- a/doc/boost_exception_errinfo_file_name_hpp.html
+++ b/doc/boost_exception_errinfo_file_name_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_file_name_,std::string> errinfo_file_name;
}
-
diff --git a/doc/boost_exception_errinfo_file_open_mode_hpp.html b/doc/boost_exception_errinfo_file_open_mode_hpp.html
index 126ba94..793a8e0 100644
--- a/doc/boost_exception_errinfo_file_open_mode_hpp.html
+++ b/doc/boost_exception_errinfo_file_open_mode_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_file_open_mode_,std::string> errinfo_file_open_mode;
}
-
diff --git a/doc/boost_exception_errinfo_nested_exception_hpp.html b/doc/boost_exception_errinfo_nested_exception_hpp.html
index ea34b07..0c34163 100644
--- a/doc/boost_exception_errinfo_nested_exception_hpp.html
+++ b/doc/boost_exception_errinfo_nested_exception_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_nested_exception_,exception_ptr> errinfo_nested_exception;
}
-
diff --git a/doc/boost_exception_errinfo_type_info_name_hpp.html b/doc/boost_exception_errinfo_type_info_name_hpp.html
index 16a8132..c3a49b2 100644
--- a/doc/boost_exception_errinfo_type_info_name_hpp.html
+++ b/doc/boost_exception_errinfo_type_info_name_hpp.html
@@ -31,17 +31,12 @@ boost
typedef error_info<struct errinfo_type_info_name_,std::string> errinfo_type_info_name;
}
-
diff --git a/doc/boost_exception_error_info_hpp.html b/doc/boost_exception_error_info_hpp.html
index ee6643b..19823ba 100644
--- a/doc/boost_exception_error_info_hpp.html
+++ b/doc/boost_exception_error_info_hpp.html
@@ -29,26 +29,12 @@ boost
class error_info;
}
-
diff --git a/doc/boost_exception_exception_hpp.html b/doc/boost_exception_exception_hpp.html
index fdf1873..c9e8f81 100644
--- a/doc/boost_exception_exception_hpp.html
+++ b/doc/boost_exception_exception_hpp.html
@@ -43,23 +43,12 @@ boost
typedef error_info<struct throw_line_,int> throw_line;
}
-
diff --git a/doc/boost_exception_get_error_info_hpp.html b/doc/boost_exception_get_error_info_hpp.html
index 1ef8347..1850ab8 100644
--- a/doc/boost_exception_get_error_info_hpp.html
+++ b/doc/boost_exception_get_error_info_hpp.html
@@ -34,17 +34,12 @@ boost
typename ErrorInfo::error_info::value_type * get_error_info( E & x );
}
-
diff --git a/doc/boost_exception_hpp.html b/doc/boost_exception_hpp.html
index 918ce03..821f567 100644
--- a/doc/boost_exception_hpp.html
+++ b/doc/boost_exception_hpp.html
@@ -28,8 +28,6 @@
-
diff --git a/doc/boost_exception_info_hpp.html b/doc/boost_exception_info_hpp.html
index 2a448fe..380f643 100644
--- a/doc/boost_exception_info_hpp.html
+++ b/doc/boost_exception_info_hpp.html
@@ -44,23 +44,12 @@ boost
E const & operator<<( E const & x, error_info<Tag,T> const & v );
}
-
diff --git a/doc/boost_exception_info_tuple_hpp.html b/doc/boost_exception_info_tuple_hpp.html
index 4c582a4..4e8c0c4 100644
--- a/doc/boost_exception_info_tuple_hpp.html
+++ b/doc/boost_exception_info_tuple_hpp.html
@@ -36,18 +36,12 @@ boost
error_info<TagN,TN> > const & v );
}
-
diff --git a/doc/boost_exception_ptr_hpp.html b/doc/boost_exception_ptr_hpp.html
index 0b132f5..0256c68 100644
--- a/doc/boost_exception_ptr_hpp.html
+++ b/doc/boost_exception_ptr_hpp.html
@@ -47,23 +47,12 @@ boost
void rethrow_exception( exception_ptr const & ep );
}
-
diff --git a/doc/boost_throw_exception_hpp.html b/doc/boost_throw_exception_hpp.html
index 2ce4c02..735ac77 100644
--- a/doc/boost_throw_exception_hpp.html
+++ b/doc/boost_throw_exception_hpp.html
@@ -45,19 +45,12 @@ boost
#endif
}
-
diff --git a/doc/configuration_macros.html b/doc/configuration_macros.html
index e229a8f..aac5b65 100644
--- a/doc/configuration_macros.html
+++ b/doc/configuration_macros.html
@@ -33,18 +33,12 @@
BOOST_NO_EXCEPTIONS
This macro disables exception handling in Boost, forwarding all exceptions to a user-defined non-template version of boost::throw_exception. However, unless BOOST_EXCEPTION_DISABLE is also defined, users can still examine the exception object for any data added at the point of the throw, or use boost::diagnostic_information (of course under BOOST_NO_EXCEPTIONS, the user-defined boost::throw_exception is not allowed to return to the caller.)
-
diff --git a/doc/copy_exception.html b/doc/copy_exception.html
index 242da3e..1f85935 100644
--- a/doc/copy_exception.html
+++ b/doc/copy_exception.html
@@ -39,17 +39,12 @@ catch(...)
return current_exception();
}
-
diff --git a/doc/current_exception.html b/doc/current_exception.html
index da0685a..1533e4a 100644
--- a/doc/current_exception.html
+++ b/doc/current_exception.html
@@ -43,23 +43,12 @@ boost
-
diff --git a/doc/current_exception_cast.html b/doc/current_exception_cast.html
index 3afec90..81112a9 100644
--- a/doc/current_exception_cast.html
+++ b/doc/current_exception_cast.html
@@ -35,17 +35,12 @@ boost
Nothing.
-
diff --git a/doc/current_exception_diagnostic_information.html b/doc/current_exception_diagnostic_information.html
index 54174b7..512005a 100644
--- a/doc/current_exception_diagnostic_information.html
+++ b/doc/current_exception_diagnostic_information.html
@@ -52,18 +52,12 @@ main()
}
}
-
diff --git a/doc/diagnostic_information.html b/doc/diagnostic_information.html
index 9a3dc3a..00ae86e 100644
--- a/doc/diagnostic_information.html
+++ b/doc/diagnostic_information.html
@@ -71,25 +71,12 @@ std::exception::what: example_io error
[struct boost::errinfo_file_name_ *] = tmp1.txt
[struct boost::errinfo_file_open_mode_ *] = rb
-
diff --git a/doc/diagnostic_information_what.html b/doc/diagnostic_information_what.html
index aaac214..b1375a3 100644
--- a/doc/diagnostic_information_what.html
+++ b/doc/diagnostic_information_what.html
@@ -35,16 +35,12 @@ boost
The returned pointer becomes invalid if any error_info is modified or added to the exception object, or if another diagnostic information function is called.
-
diff --git a/doc/enable_current_exception.html b/doc/enable_current_exception.html
index 86d58d8..e85d235 100644
--- a/doc/enable_current_exception.html
+++ b/doc/enable_current_exception.html
@@ -48,23 +48,12 @@ throw boost::enable_current_exception(my_exception
Instead of using the throw keyword directly, it is preferable to call boost::throw_exception. This is guaranteed to throw an exception that derives from boost::exception and supports the exception_ptr functionality.
-
diff --git a/doc/enable_error_info.html b/doc/enable_error_info.html
index 84b3f18..bc0ceaa 100644
--- a/doc/enable_error_info.html
+++ b/doc/enable_error_info.html
@@ -37,22 +37,12 @@ boost
Nothing.
-
diff --git a/doc/errinfo_api_function.html b/doc/errinfo_api_function.html
index e96ddbf..314d364 100644
--- a/doc/errinfo_api_function.html
+++ b/doc/errinfo_api_function.html
@@ -77,17 +77,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_at_line.html b/doc/errinfo_at_line.html
index 351c8a3..12da454 100644
--- a/doc/errinfo_at_line.html
+++ b/doc/errinfo_at_line.html
@@ -77,16 +77,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_errno.html b/doc/errinfo_errno.html
index 7d85257..245aea7 100644
--- a/doc/errinfo_errno.html
+++ b/doc/errinfo_errno.html
@@ -78,17 +78,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_file_handle.html b/doc/errinfo_file_handle.html
index 6635c9d..6d48c87 100644
--- a/doc/errinfo_file_handle.html
+++ b/doc/errinfo_file_handle.html
@@ -78,16 +78,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_file_name.html b/doc/errinfo_file_name.html
index 6abfc32..33cd0cc 100644
--- a/doc/errinfo_file_name.html
+++ b/doc/errinfo_file_name.html
@@ -78,17 +78,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_file_open_mode.html b/doc/errinfo_file_open_mode.html
index 74b0d79..4de6cce 100644
--- a/doc/errinfo_file_open_mode.html
+++ b/doc/errinfo_file_open_mode.html
@@ -78,17 +78,12 @@ read_file( boost::shared_ptr<FILE> const & f, void * buf, size_t size
return nr;
}
-
diff --git a/doc/errinfo_nested_exception.html b/doc/errinfo_nested_exception.html
index 334d1c1..6a4ec8b 100644
--- a/doc/errinfo_nested_exception.html
+++ b/doc/errinfo_nested_exception.html
@@ -32,16 +32,12 @@ boost
}
This type is designed to be used as a standard error_info instance for transporting (in exceptions deriving from boost::exception) an exception_ptr to an exception nested into another exception.
-
diff --git a/doc/errinfo_type_info_name.html b/doc/errinfo_type_info_name.html
index 239b43c..21287ec 100644
--- a/doc/errinfo_type_info_name.html
+++ b/doc/errinfo_type_info_name.html
@@ -32,16 +32,12 @@ boost
}
This type is designed to be used as a standard error_info instance for transporting strings returned by std::type_info::name in exceptions deriving from boost::exception objects.
-
diff --git a/doc/error_info.html b/doc/error_info.html
index 1ac72b6..cc598b7 100644
--- a/doc/error_info.html
+++ b/doc/error_info.html
@@ -61,43 +61,21 @@ typedef boost::error_info<struct tag_errno,int&
....
}
For convenience and uniformity, Boost Exception defines the following commonly used error_info typedefs, ready for use with operator<<:
- +-
diff --git a/doc/error_info_error_info.html b/doc/error_info_error_info.html
index f6ca1b1..5efe9e2 100644
--- a/doc/error_info_error_info.html
+++ b/doc/error_info_error_info.html
@@ -28,16 +28,12 @@
Any exception emitted by v's copy constructor.
-
diff --git a/doc/error_info_value.html b/doc/error_info_value.html
index 1a5b4c1..ba7179c 100644
--- a/doc/error_info_value.html
+++ b/doc/error_info_value.html
@@ -29,17 +29,12 @@
Nothing.
-
diff --git a/doc/error_info_value_type.html b/doc/error_info_value_type.html
index e5f900b..73fbe5b 100644
--- a/doc/error_info_value_type.html
+++ b/doc/error_info_value_type.html
@@ -26,18 +26,12 @@
The expression error_info<Tag,T>::value_type evaluates to T.
-
diff --git a/doc/exception.html b/doc/exception.html
index 553ea44..e1f0f31 100644
--- a/doc/exception.html
+++ b/doc/exception.html
@@ -40,30 +40,11 @@ boost
To retrieve data from a boost::exception object, use the get_error_info function template.
-
diff --git a/doc/exception_constructors.html b/doc/exception_constructors.html
index a7d70f2..072fd4a 100644
--- a/doc/exception_constructors.html
+++ b/doc/exception_constructors.html
@@ -30,16 +30,12 @@
Nothing.
-
diff --git a/doc/exception_destructor.html b/doc/exception_destructor.html
index 665f50e..f293201 100644
--- a/doc/exception_destructor.html
+++ b/doc/exception_destructor.html
@@ -27,16 +27,12 @@
Nothing.
-
diff --git a/doc/exception_operator_shl.html b/doc/exception_operator_shl.html
index f071e22..fa812d6 100644
--- a/doc/exception_operator_shl.html
+++ b/doc/exception_operator_shl.html
@@ -37,26 +37,12 @@ boost
std::bad_alloc, or any exception emitted by the T copy constructor.
-
diff --git a/doc/exception_ptr.html b/doc/exception_ptr.html
index f25784c..f5f362b 100644
--- a/doc/exception_ptr.html
+++ b/doc/exception_ptr.html
@@ -39,26 +39,12 @@ boost
An exception_ptr can be added as error_info to any boost::exception. This is a convenient way to nest exceptions. There is no limit on the depth of the nesting, however cyclic references result in undefined behavior.
-
diff --git a/doc/exception_types_as_simple_semantic_tags.html b/doc/exception_types_as_simple_semantic_tags.html
index eb35b38..dc0e7d1 100644
--- a/doc/exception_types_as_simple_semantic_tags.html
+++ b/doc/exception_types_as_simple_semantic_tags.html
@@ -30,18 +30,12 @@ struct read_error: virtual io_error { };
struct file_read_error: virtual file_error, virtual read_error { };
Using this approach, exception types become a simple tagging system for categorizing errors and selecting failures in exception handlers.
-
diff --git a/doc/frequently_asked_questions.html b/doc/frequently_asked_questions.html
index f56254f..68b216e 100644
--- a/doc/frequently_asked_questions.html
+++ b/doc/frequently_asked_questions.html
@@ -87,17 +87,12 @@ throw e;
"Throwing an exception requires an object to throw. A C++ implementation is required to have enough spare memory to be able to throw bad_alloc in case of memory exhaustion. However, it is possible that throwing some other exception will cause memory exhaustion."
So, an attempt to throw any exception may already result in propagating std::bad_alloc instead.
-
diff --git a/doc/functions.html b/doc/functions.html
index 03d6741..c9271ff 100644
--- a/doc/functions.html
+++ b/doc/functions.html
@@ -46,16 +46,12 @@
-
diff --git a/doc/get_error_info.html b/doc/get_error_info.html
index 31cda0d..b6b4196 100644
--- a/doc/get_error_info.html
+++ b/doc/get_error_info.html
@@ -43,24 +43,12 @@ boost
The interface of get_error_info may be affected by the build configuration macros.
-
diff --git a/doc/headers.html b/doc/headers.html
index 2fafbbc..c2f6c28 100644
--- a/doc/headers.html
+++ b/doc/headers.html
@@ -21,38 +21,33 @@
-
diff --git a/doc/macros.html b/doc/macros.html
index ac15953..27f4cae 100644
--- a/doc/macros.html
+++ b/doc/macros.html
@@ -21,19 +21,14 @@
-
In addition, boost::diagnostic_information can be used to compose an automatic (if not user-friendly) message that contains all of the error_info objects added to a boost::exception. This is useful for inclusion in logs and other diagnostic objects.
diff --git a/doc/motivation.html b/doc/motivation.html
index 3e6d1ff..3fae5bf 100644
--- a/doc/motivation.html
+++ b/doc/motivation.html
@@ -121,19 +121,12 @@ catch( boost::exception
-
diff --git a/doc/original_exception_type.html b/doc/original_exception_type.html
index 090de12..5c5b56e 100644
--- a/doc/original_exception_type.html
+++ b/doc/original_exception_type.html
@@ -29,17 +29,12 @@ boost
}
This error_info typedef is used by current_exception if it defaults to returning an exception_ptr that refers to an object of type unknown_exception, to record in it the std::type_info of the original exception object.
-
diff --git a/doc/reno.css b/doc/reno.css
index ce99dda..a079b50 100644
--- a/doc/reno.css
+++ b/doc/reno.css
@@ -171,6 +171,7 @@ hr
color: black;
background-color: black;
height: 1px;
+ margin-top: 20pt;
}
blockquote
@@ -189,6 +190,7 @@ blockquote
#footer
{
+ margin-top:20pt;
}
.logo_pic
diff --git a/doc/rethrow_exception.html b/doc/rethrow_exception.html
index 64e0fe3..fc6577c 100644
--- a/doc/rethrow_exception.html
+++ b/doc/rethrow_exception.html
@@ -32,19 +32,12 @@ boost
The exception to which ep refers.
-
diff --git a/doc/source/boost-exception.reno b/doc/source/boost-exception.reno
index 2426f9c..4e2de7e 100644
--- a/doc/source/boost-exception.reno
+++ b/doc/source/boost-exception.reno
@@ -53,25 +53,18 @@
-
diff --git a/doc/synopsis.html b/doc/synopsis.html
index 9971e4a..1b071eb 100644
--- a/doc/synopsis.html
+++ b/doc/synopsis.html
@@ -264,16 +264,12 @@ boost
#include <boost/exception_ptr.hpp>
#endif
-
diff --git a/doc/throw_exception.html b/doc/throw_exception.html
index 895bb09..4c24cda 100644
--- a/doc/throw_exception.html
+++ b/doc/throw_exception.html
@@ -41,22 +41,12 @@ boost
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.
-
diff --git a/doc/tuple_operator_shl.html b/doc/tuple_operator_shl.html
index 4f93466..1e467ea 100644
--- a/doc/tuple_operator_shl.html
+++ b/doc/tuple_operator_shl.html
@@ -41,17 +41,12 @@ boost
std::bad_alloc, or any exception emitted by T1..TN copy constructor.
-
diff --git a/doc/tutorial_diagnostic_information.html b/doc/tutorial_diagnostic_information.html
index f355710..56fcfdf 100644
--- a/doc/tutorial_diagnostic_information.html
+++ b/doc/tutorial_diagnostic_information.html
@@ -55,16 +55,12 @@ std::exception::what: example_io error
[struct boost::errinfo_file_name_ *] = tmp1.txt
[struct boost::errinfo_file_open_mode_ *] = rb
-
diff --git a/doc/tutorial_enable_error_info.html b/doc/tutorial_enable_error_info.html
index b14056e..5838cf7 100644
--- a/doc/tutorial_enable_error_info.html
+++ b/doc/tutorial_enable_error_info.html
@@ -51,17 +51,12 @@ my_container
The call to enable_error_info<T> gets us an object of unspecified type which is guaranteed to derive from both boost::exception and T. This makes it possible to use operator<< to store additional information in the exception object. The exception can be intercepted as T &, so existing exception handling will not break. It can also be intercepted as boost::exception &, so that more information can be added to the exception at a later time.
-
diff --git a/doc/tutorial_exception_ptr.html b/doc/tutorial_exception_ptr.html
index 4cc9ef9..5a56406 100644
--- a/doc/tutorial_exception_ptr.html
+++ b/doc/tutorial_exception_ptr.html
@@ -83,16 +83,12 @@ work()
Regardless, the use of current_exception and rethrow_exception in the above examples is well-formed.
-
diff --git a/doc/tutorial_transporting_data.html b/doc/tutorial_transporting_data.html
index 5ed6fa6..bace924 100644
--- a/doc/tutorial_transporting_data.html
+++ b/doc/tutorial_transporting_data.html
@@ -141,17 +141,12 @@ file_open( char const * name, char const * mode )
}
Note that the members of a boost::tuple are stored separately in exception objects; they can only be retrieved individually, using get_error_info.
-
diff --git a/doc/types.html b/doc/types.html
index eb63e4d..4a3dd1d 100644
--- a/doc/types.html
+++ b/doc/types.html
@@ -40,16 +40,12 @@
-
diff --git a/doc/unknown_exception.html b/doc/unknown_exception.html
index 8d1b1f4..fe2647b 100644
--- a/doc/unknown_exception.html
+++ b/doc/unknown_exception.html
@@ -35,20 +35,12 @@ boost
}
This type is used by the exception_ptr support in Boost Exception. Please see current_exception.
-
diff --git a/doc/using_virtual_inheritance_in_exception_types.html b/doc/using_virtual_inheritance_in_exception_types.html
index cc9f29d..a2c0457 100644
--- a/doc/using_virtual_inheritance_in_exception_types.html
+++ b/doc/using_virtual_inheritance_in_exception_types.html
@@ -37,17 +37,12 @@ main()
The program above outputs "whoops!" because the conversion to std::exception is ambiguous.
The overhead introduced by virtual inheritance is always negligible in the context of exception handling. Note that virtual bases are initialized directly by the constructor of the most-derived-type (the type passed to the throw statement, in case of exceptions.) However, typically this detail is of no concern when boost::exception is used, because it enables exception types to be trivial structs with no members (there's nothing to initialize.) See Exception Types as Simple Semantic Tags.