]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_float_conversions.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_float_conversions.cpp
index 338853983be39eb3c3c72b5f1d94c1e2c2246e0d..a5ee8d1b50733ac66c76631f0c597c8b14bc0b79 100644 (file)
@@ -30,6 +30,9 @@ int main()
    BOOST_STATIC_ASSERT(!(boost::is_convertible<float, cpp_bin_float_half>::value));
    BOOST_STATIC_ASSERT(!(boost::is_convertible<double, cpp_bin_float_half>::value));
    BOOST_STATIC_ASSERT(!(boost::is_convertible<long double, cpp_bin_float_half>::value));
+#ifdef BOOST_HAS_FLOAT128
+   BOOST_STATIC_ASSERT(!(boost::is_convertible<__float128, cpp_bin_float_half>::value));
+#endif
 
    cpp_bin_float_half hs = boost::math::constants::pi<cpp_bin_float_half>();