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