diff --git a/include/boost/detail/catch_exceptions.hpp b/include/boost/detail/catch_exceptions.hpp index f768557..7203300 100644 --- a/include/boost/detail/catch_exceptions.hpp +++ b/include/boost/detail/catch_exceptions.hpp @@ -26,7 +26,7 @@ #include // for exit codes #include // for ostream -# if defined(BOOST_BORLANDC) && (BOOST_BORLANDC <= 0x0551) +# if defined(__BORLANDC__) && !defined(__clang__) && (__BORLANDC__ <= 0x0551) # define BOOST_BUILT_IN_EXCEPTIONS_MISSING_WHAT # endif