From 70c38c7bf7a1e33d6a91cf327e92879fde648fee Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 31 Mar 2020 08:30:37 -0400 Subject: [PATCH] Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. --- include/boost/fusion/functional/invocation/detail/that_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/functional/invocation/detail/that_ptr.hpp b/include/boost/fusion/functional/invocation/detail/that_ptr.hpp index 33ee93bf..5ffc3439 100644 --- a/include/boost/fusion/functional/invocation/detail/that_ptr.hpp +++ b/include/boost/fusion/functional/invocation/detail/that_ptr.hpp @@ -60,7 +60,7 @@ namespace boost { namespace fusion { namespace detail template struct non_const_pointee; -#if defined(BOOST_MSVC) || (defined(__BORLANDC__) && !defined(BOOST_DISABLE_WIN32)) +#if defined(BOOST_MSVC) || (defined(BOOST_BORLANDC) && !defined(BOOST_DISABLE_WIN32)) # define BOOST_FUSION_TRAIT_DECL __cdecl #else # define BOOST_FUSION_TRAIT_DECL /**/