Bug in type_info.hpp

[SVN r48634]
This commit is contained in:
Emil Dotchevski
2008-09-06 18:40:02 +00:00
parent 29fc99b378
commit 76380aa2f6
3 changed files with 5 additions and 6 deletions

View File

@ -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