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.