forked from boostorg/exception
Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration.
[SVN r48905]
This commit is contained in:
@ -20,6 +20,6 @@ g()
|
||||
catch(
|
||||
boost::exception & e )
|
||||
{
|
||||
std::cerr << e.diagnostic_information();
|
||||
std::cerr << diagnostic_information(e);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user