forked from boostorg/exception
fixed compile errors, removed tabs as required.
[SVN r44114]
This commit is contained in:
@ -12,14 +12,14 @@ void f(); //throws unknown types that derive from boost::exception.
|
||||
|
||||
void
|
||||
g()
|
||||
{
|
||||
{
|
||||
try
|
||||
{
|
||||
{
|
||||
f();
|
||||
}
|
||||
}
|
||||
catch(
|
||||
boost::exception & e )
|
||||
{
|
||||
boost::exception & e )
|
||||
{
|
||||
std::cerr << e.what();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user