From cc8d9218ebfd5eaf4ac87cdbb4ff29b21dc092fd Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 21 Mar 2020 22:24:50 -0400 Subject: [PATCH] Use BOOST_BORLANDC for bcc32 compiler --- include/boost/static_assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/static_assert.hpp b/include/boost/static_assert.hpp index fd7b2245..0c9c5a5f 100644 --- a/include/boost/static_assert.hpp +++ b/include/boost/static_assert.hpp @@ -36,7 +36,7 @@ # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) #endif -#ifdef __BORLANDC__ +#ifdef BOOST_BORLANDC // // workaround for buggy integral-constant expression support: #define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS