]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_sign.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_sign.cpp
index 27ba7b792dfb44828f4671a685d086a329496412..864d2dd121987f718f1181f874ff2cb4b907b60c 100644 (file)
@@ -76,7 +76,7 @@ void test_spots(RealType /*T*/, const char* /*type_name*/)
       BOOST_CHECK_EQUAL((boost::math::copysign)(c, a), RealType(-1));
       BOOST_CHECK_EQUAL((boost::math::changesign)(a), -a);
    }
-#if !defined(__SUNPRO_CC) && !defined(BOOST_INTEL)
+#if !defined(__SUNPRO_CC) && !defined(__INTEL_COMPILER)
    if(std::numeric_limits<RealType>::has_quiet_NaN)
    {
       a = std::numeric_limits<RealType>::quiet_NaN();