Merge pull request #16 from eldiener/develop

Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74
This commit is contained in:
Peter Dimov
2020-05-06 16:35:30 +03:00
committed by GitHub

View File

@ -25,7 +25,7 @@
#include <boost/config/workaround.hpp> #include <boost/config/workaround.hpp>
#include <exception> #include <exception>
#if !defined( BOOST_EXCEPTION_DISABLE ) && defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x593) ) #if !defined( BOOST_EXCEPTION_DISABLE ) && defined( BOOST_BORLANDC ) && BOOST_WORKAROUND( BOOST_BORLANDC, BOOST_TESTED_AT(0x593) )
# define BOOST_EXCEPTION_DISABLE # define BOOST_EXCEPTION_DISABLE
#endif #endif