mirror of
https://github.com/boostorg/core.git
synced 2026-01-27 18:52:16 +00:00
Travis CI shows linking errors on Linux and OS X when __cxa_uncaught_exceptions is used to implement uncaught_exceptions. There's probably some library missing, which should be linked in implicitly by the compiler, or the library indeed does not export the symbol. In any case, __cxa_get_globals-based implementation should provide the same effect.