]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/circular_buffer.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / circular_buffer.hpp
index 90d920ba91176edb68d2abb8a03e5ce1f382cec9..aa8a2e5b0de4bd2aa12e335cc7c6240a6a04e272 100644 (file)
@@ -37,7 +37,7 @@ Includes <boost/circular_buffer/base.hpp>
 #endif
 
 /*! INTERNAL ONLY */
-#if BOOST_WORKAROUND(__BORLANDC__, <= 0x0550) || BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
+#if BOOST_WORKAROUND(BOOST_BORLANDC, <= 0x0550) || BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
     #define BOOST_CB_IS_CONVERTIBLE(Iterator, Type) ((void)0)
 #else
     #include <iterator>