mirror of
https://github.com/boostorg/core.git
synced 2026-02-01 19:20:23 +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.