11 Nov
2018
11 Nov
'18
8:22 a.m.
On 11/5/18 12:53 PM, Andrey Semashev wrote:
BTW, there are ways to implement std::uncaught_exceptions on some pre-C++17 compilers, this is implemented in Boost.Log:
https://github.com/boostorg/log/blob/develop/src/unhandled_exception_count.c...
It might be a good idea to move that code somewhere for public use, e.g. in Boost.Exception. Opinions?
FYI, this code is now extracted for public use in Boost.Core: https://github.com/boostorg/core/blob/develop/include/boost/core/uncaught_ex...