mirror of
https://github.com/boostorg/core.git
synced 2026-07-05 16:10:47 +02:00
dcc04c5508
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.