]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/type_traits/add_pointer.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / type_traits / add_pointer.hpp
index 85ad33a8d97653ddeaa421bde1e969e545ed5995..80b0703707e7e03287faa4a47d534914e1853ced 100644 (file)
@@ -13,7 +13,7 @@
 
 namespace boost {
 
-#if defined(__BORLANDC__) && (__BORLANDC__ < 0x5A0)
+#if defined(BOOST_BORLANDC) && (BOOST_BORLANDC < 0x5A0)
 //
 // For some reason this implementation stops Borlands compiler
 // from dropping cv-qualifiers, it still fails with references