1
0
forked from boostorg/core
Files
boost_core/test
Andrey Semashev 82957de970 Extracted uncaught_exceptions function from Boost.Log.
The uncaught_exceptions function is functionally equivalent to
unhandled_exceptions_count in Boost.Log and implements functionality
similar to the same named C++17 standard function. Tests and docs are
also included.

One notable difference from std::uncaught_exceptions is that the return
type is unsigned rather than signed. This is deliberate as uncaught_exceptions
must never return a negative value and unsigned int better documents that.
Theoretically, as a counter, it may also overflow.
2018-11-10 17:44:13 +03:00
..
2014-06-01 01:31:54 +03:00
2014-06-07 03:51:27 +04:00
2017-09-04 15:32:13 +03:00
2017-02-02 18:40:06 +02:00