]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/numeric/interval/test/overflow.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / numeric / interval / test / overflow.cpp
index c15fc917aa9072a6f7799d18cd80068462830b17..02fc73b6f4229905bbb160f14bc4a8cb0239cd91 100644 (file)
@@ -20,7 +20,7 @@ void test_one(typename I::base_type x, typename I::base_type f) {
   for(int i = 0; i < nb; i++) y *= f;
   for(int i = 0; i < nb; i++) y *= g;
   BOOST_CHECK(in(x, y));
-# ifdef __BORLANDC__
+# ifdef BOOST_BORLANDC
   ::detail::ignore_unused_variable_warning(nb);
 # endif
 }
@@ -37,7 +37,7 @@ int test_main(int, char *[]) {
   test<boost::numeric::interval<float> >();
   test<boost::numeric::interval<double> >();
   //test<boost::numeric::interval<long double> >();
-# ifdef __BORLANDC__
+# ifdef BOOST_BORLANDC
   ::detail::ignore_warnings();
 # endif
   return 0;