]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/optional/detail/optional_config.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / optional / detail / optional_config.hpp
index bb7e12f9fc1a2ed1710e6d88ea6cf7c45cda8536..73f2505486160d9cdd01bcb46efe3f4e1aa6606a 100644 (file)
@@ -28,7 +28,7 @@
 # define BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
 #endif
 
-#if BOOST_WORKAROUND(__BORLANDC__, <= 0x551)
+#if BOOST_WORKAROUND(BOOST_BORLANDC, <= 0x551)
 // BCB (5.5.1) cannot parse the nested template struct in an inplace factory.
 # define BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
 #endif