mirror of
https://github.com/boostorg/core.git
synced 2026-01-30 19:52:17 +00: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.