]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/float128/setup.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / float128 / setup.hpp
index f71f5c98ee54f54d745969b76b5902402a1a0c52..653c939332f98b7098d46410445a75159973e53d 100644 (file)
 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
 
 #include <boost/cstdfloat.hpp>
-#include <boost/static_assert.hpp>
 
 #define ALL_TESTS    test(boost::floatmax_t(0), "boost::floatmax_t");
 typedef boost::floatmax_t test_type_1;
    
-BOOST_STATIC_ASSERT_MSG(std::numeric_limits<boost::floatmax_t>::digits == 113, "These tests should only be run for 128-bit floating point types.");
+static_assert(std::numeric_limits<boost::floatmax_t>::digits == 113, "These tests should only be run for 128-bit floating point types.");
 
 #ifndef BOOST_MATH_TEST_TYPE
 #define BOOST_TEST_MAIN