mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 05:52:14 +02:00
Merging changes from trunk.
[SVN r58421]
This commit is contained in:
@ -43,7 +43,7 @@ main()
|
||||
#else
|
||||
BOOST_THROW_EXCEPTION(e<<errinfo_type_info_name(typeid(int).name()));
|
||||
#endif
|
||||
BOOST_TEST(false);
|
||||
BOOST_ERROR("BOOST_THROW_EXCEPTION failed to throw.");
|
||||
}
|
||||
catch(
|
||||
boost::exception & e )
|
||||
|
Reference in New Issue
Block a user