]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/integer/common_factor_ct.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / integer / common_factor_ct.hpp
index 0671d161c37ad390c08356d44b090e1a49b13b3f..dedf660379d3f5f5ed81ae61d6aadf447f06ad4a 100644 (file)
@@ -30,7 +30,7 @@ namespace detail
         BOOST_STATIC_CONSTANT( static_gcd_type, new_value1 = Value2 );
         BOOST_STATIC_CONSTANT( static_gcd_type, new_value2 = Value1 % Value2 );
 
-        #ifndef __BORLANDC__
+        #ifndef BOOST_BORLANDC
         #define BOOST_DETAIL_GCD_HELPER_VAL(Value) static_cast<static_gcd_type>(Value)
         #else
         typedef static_gcd_helper_t  self_type;