]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_pareto.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / test / test_pareto.cpp
index 169a909bd9c9c0f21a42b308bd7f63be471aaf83..792f43833b41d9296a06dd7405d6e29e1a4a9958 100644 (file)
@@ -337,7 +337,7 @@ BOOST_AUTO_TEST_CASE( test_main )
   test_spots(0.0); // Test double. OK at decdigits 7, tol5eps = 1e07 %
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
   test_spots(0.0L); // Test long double.
-#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x0582))
+#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x0582))
   test_spots(boost::math::concepts::real_concept(0.)); // Test real concept.
 #endif
 #else