]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/bind/storage.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / bind / storage.hpp
index be490b0f593d478861624fe2526dbc2cb60ed080..5d84027b05244c52cf71431a34470eff0b2e7def 100644 (file)
@@ -49,7 +49,7 @@ template<class A1> struct storage1
     A1 a1_;
 };
 
-#if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION ) && !defined( __BORLANDC__ )
+#if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION ) && !defined( BOOST_BORLANDC )
 
 template<int I> struct storage1< boost::arg<I> >
 {