]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_beta_dist.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / test / test_beta_dist.cpp
index 9608d898c5b46ec7b55e7486c8b2dc972e97590f..98ad2a72905cb8b715f483d9c7abbb0254cd1767 100644 (file)
@@ -627,7 +627,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