1
0
forked from boostorg/core

Merge branch 'develop' into feature/quick_exit

This commit is contained in:
Peter Dimov
2018-09-06 00:30:15 +03:00

View File

@ -422,6 +422,7 @@ inline int report_errors()
(#EXCEP, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); \ (#EXCEP, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION); \
} \ } \
catch(EXCEP const&) { \ catch(EXCEP const&) { \
::boost::detail::test_results(); \
} \ } \
catch(...) { \ catch(...) { \
::boost::detail::throw_failed_impl \ ::boost::detail::throw_failed_impl \