mirror of
https://github.com/boostorg/exception.git
synced 2026-01-25 00:12:24 +01:00
Optimization for error_info<throw_function>, error_info<throw_file>, error_info<throw_line>. Refactored exception_ptr to use shared_ptr.
[SVN r48521]
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