From 3b9267be462f8f5eef8aad29a1060203ba60e76a Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Wed, 6 May 2020 11:15:57 -0400 Subject: [PATCH] Changed because config.hpp is not being included --- include/boost/detail/catch_exceptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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