mirror of
https://github.com/boostorg/exception.git
synced 2025-07-20 07:52:07 +02:00
Ticket #12553, plus tabs converted to spaces.
This commit is contained in:
@ -37,7 +37,7 @@ main()
|
||||
throw my_exception();
|
||||
}
|
||||
catch(
|
||||
boost::exception & e )
|
||||
boost::exception & e )
|
||||
{
|
||||
e.set<tag1>(42);
|
||||
e.set<tag2>("42");
|
||||
|
Reference in New Issue
Block a user