mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01:00
The compiler provides cxxabi.h header but doesn't have __cxa_get_globals, even in the ABI library. We have to disable __cxa_get_globals-based implementation and fall back to std::uncaught_exception. Fixes https://github.com/boostorg/core/issues/78.