mirror of
https://github.com/boostorg/core.git
synced 2025-11-30 14:19:38 +01:00
libc++ disables std::uncaught_exceptions for Mac OS < 10.12 and iOS < 10.0, even though it defines __cpp_lib_uncaught_exceptions. Fixes https://github.com/boostorg/core/issues/80.