mirror of
https://github.com/boostorg/core.git
synced 2026-01-27 09:42:24 +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.