forked from boostorg/exception
Bug in type_info.hpp
[SVN r48634]
This commit is contained in:
@ -150,7 +150,7 @@ void
|
||||
dump_file_info( boost::exception const & x )
|
||||
{
|
||||
if( boost::shared_ptr<std::string const> fn = boost::get_error_info<file_name_info>(x) )
|
||||
std::cout << "Source file name: " << *fn << "\n";
|
||||
std::cout << "File name: " << *fn << "\n";
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user