mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 03:57:18 +02:00
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