forked from boostorg/exception
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