mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
Merge branch 'develop' into feature/quick_exit
This commit is contained in:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user