diff --git a/doc/boost-exception.html b/doc/boost-exception.html index 69051e4..2d90b9e 100644 --- a/doc/boost-exception.html +++ b/doc/boost-exception.html @@ -417,7 +417,16 @@ boost
this is a possible output from the diagnostic_information function, as used in libs/exception/example/example_io.cpp:
+libs\exception\example\example_io.cpp(83): Throw in function class boost::shared_ptr<struct _iobuf> __cdecl my_fopen(const char *,const char *) +Dynamic exception type: class boost::exception_detail::clone_impl<class fopen_error> +std::exception::what: example_io error +[struct tag_errno *] = 2, OS says "No such file or directory" +[struct tag_file_name *] = tmp1.txt +[struct tag_function *] = fopen +[struct tag_open_mode *] = rb+
#include <boost/throw_exception.hpp>
diff --git a/doc/diagnostic_information.html b/doc/diagnostic_information.html index beec476..cc9334d 100644 --- a/doc/diagnostic_information.html +++ b/doc/diagnostic_information.html @@ -41,7 +41,16 @@ boostthis is a possible output from the diagnostic_information function, as used in libs/exception/example/example_io.cpp:
+libs\exception\example\example_io.cpp(83): Throw in function class boost::shared_ptr<struct _iobuf> __cdecl my_fopen(const char *,const char *) +Dynamic exception type: class boost::exception_detail::clone_impl<class fopen_error> +std::exception::what: example_io error +[struct tag_errno *] = 2, OS says "No such file or directory" +[struct tag_file_name *] = tmp1.txt +[struct tag_function *] = fopen +[struct tag_open_mode *] = rb+
this is a possible output from the diagnostic_information function, as used in libs/exception/example/example_io.cpp:
+libs\exception\example\example_io.cpp(83): Throw in function class boost::shared_ptr<struct _iobuf> __cdecl my_fopen(const char *,const char *) +Dynamic exception type: class boost::exception_detail::clone_impl<class fopen_error> +std::exception::what: example_io error +[struct tag_errno *] = 2, OS says "No such file or directory" +[struct tag_file_name *] = tmp1.txt +[struct tag_function *] = fopen +[struct tag_open_mode *] = rb+