mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 22:00:17 +01: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.