]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/numeric/interval/test/integer.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / numeric / interval / test / integer.cpp
index 3e78d8be4d77cdc65f202281cbaa019c5dbd8fc2..0b92a3b3c719cde21d7b6110b77b39e128d27ab6 100644 (file)
@@ -17,7 +17,7 @@ typedef boost::numeric::interval<float> I;
 int main() {
   I x, y;
   x = 4 - (2 * y + 1) / 3;
-# ifdef __BORLANDC__
+# ifdef BOOST_BORLANDC
   ::detail::ignore_warnings();
 # endif
   return 0;