mirror of
https://github.com/boostorg/exception.git
synced 2026-02-03 21:55:19 +01:00
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
[SVN r46697]
This commit is contained in:
@@ -20,6 +20,6 @@ g()
|
||||
catch(
|
||||
boost::exception & e )
|
||||
{
|
||||
std::cerr << e.what();
|
||||
std::cerr << e.diagnostic_information();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user