]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fusion/functional/invocation/detail/that_ptr.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / fusion / functional / invocation / detail / that_ptr.hpp
index 33ee93bf38ff6013fd70132a53e8069f23d522f9..5ffc34395954ec61eeb2ed46165d40e5ed6b6876 100644 (file)
@@ -60,7 +60,7 @@ namespace boost { namespace fusion { namespace detail
 
     template <typename PtrOrSmartPtr> 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 /**/