1
0
forked from boostorg/core
Files
boost_core/include/boost
Andrey Semashev bf932b4908 Removed the use of __cxa_uncaught_exceptions.
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.
2019-01-08 04:17:24 +03:00
..
2014-06-03 19:55:15 +03:00
2014-06-03 21:13:37 +03:00