Ticket #12553, plus tabs converted to spaces.

This commit is contained in:
Emil Dotchevski
2016-10-26 11:51:40 -07:00
parent 27598f92db
commit e1378f7aef
7 changed files with 108 additions and 108 deletions

View File

@ -37,7 +37,7 @@ main()
throw my_exception();
}
catch(
boost::exception & e )
boost::exception & e )
{
e.set<tag1>(42);
e.set<tag2>("42");