forked from boostorg/exception
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
[SVN r46697]
This commit is contained in:
@ -16,7 +16,7 @@ boost
|
||||
void
|
||||
throw_length_error()
|
||||
{
|
||||
throw enable_error_info( std::length_error("my length error") );
|
||||
throw enable_error_info( std::length_error("exception test length error") );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user