]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/property_map/test/dynamic_properties_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / property_map / test / dynamic_properties_test.cpp
index 813225d59f5d793be2044fcc4fee8e9170163f99..841e04c923a5c0c1a512afba6d90b2491ae209fb 100644 (file)
@@ -13,7 +13,7 @@
 #include <boost/config.hpp>
 
 // For Borland, act like BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS is defined
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x570) && !defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS)
+#if defined (BOOST_BORLANDC) && (BOOST_BORLANDC <= 0x570) && !defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS)
 #  define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
 #endif