X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmath%2Ftest%2Ftest_pareto.cpp;h=792f43833b41d9296a06dd7405d6e29e1a4a9958;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=169a909bd9c9c0f21a42b308bd7f63be471aaf83;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/math/test/test_pareto.cpp b/ceph/src/boost/libs/math/test/test_pareto.cpp index 169a909bd..792f43833 100644 --- a/ceph/src/boost/libs/math/test/test_pareto.cpp +++ b/ceph/src/boost/libs/math/test/test_pareto.cpp @@ -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