mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 22:12:05 +02:00
Ticket 9069, thanks sarum9in
[SVN r85634]
This commit is contained in:
@ -143,6 +143,8 @@ test_std_exception()
|
||||
#ifndef BOOST_NO_RTTI
|
||||
std::type_info const * const * t=boost::get_error_info<boost::original_exception_type>(x);
|
||||
BOOST_TEST(t!=0 && *t!=0 && **t==typeid(T));
|
||||
std::string s=diagnostic_information(x);
|
||||
BOOST_TEST(!s.empty());
|
||||
#endif
|
||||
}
|
||||
catch(
|
||||
|
Reference in New Issue
Block a user