]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_nc_f.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / test / test_nc_f.cpp
index 7bd52f14c54080aae0eebc6a74f87ae4fa5524c7..679a5b270862a2d51786e603ab70e05340d6fdf5 100644 (file)
@@ -305,7 +305,7 @@ BOOST_AUTO_TEST_CASE( test_main )
    test_spots(0.0); // Test double.
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_spots(0.0L); // Test long double.
-#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
+#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x582))
    test_spots(boost::math::concepts::real_concept(0.)); // Test real concept.
 #endif
 #endif