]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/mpl/aux_/common_name_wknd.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / mpl / aux_ / common_name_wknd.hpp
index 00758b243ed62e1f69a34864c6e6e84e8bf2c998..d1310336d7c095e1332cae7eae66fd33e23c4337 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <boost/mpl/aux_/config/workaround.hpp>
 
-#if BOOST_WORKAROUND(__BORLANDC__, < 0x561)
+#if BOOST_WORKAROUND(BOOST_BORLANDC, < 0x561)
 // agurt, 12/nov/02: to suppress the bogus "Cannot have both a template class 
 // and function named 'xxx'" diagnostic
 #   define BOOST_MPL_AUX_COMMON_NAME_WKND(name) \
@@ -29,6 +29,6 @@ template< typename > void name(); \
 
 #   define BOOST_MPL_AUX_COMMON_NAME_WKND(name) /**/
 
-#endif // __BORLANDC__
+#endif // BOOST_BORLANDC
 
 #endif // BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED