1
0
forked from boostorg/core
Files
boost_core/include/boost/core
Andrey Semashev 503d035b7f Added a workaround for uncaught_exceptions on AIX with xlclang++.
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.
2020-07-16 20:53:09 +03:00
..
2019-05-13 15:04:26 -04:00
2019-02-22 16:51:33 -05:00