]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_constexpr.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_constexpr.cpp
index 2b81027908f5f0b9772c9c23bb59a3b2e1d67d21..53851aa4abab8e196061d5107f7410c363a1e7c3 100644 (file)
@@ -8,8 +8,6 @@
 #include <boost/multiprecision/float128.hpp>
 #endif
 
-#ifndef BOOST_NO_CXX11_CONSTEXPR
-
 template <class T>
 void silence_unused(const T&) {}
 
@@ -58,4 +56,3 @@ template void test2<number<cpp_int_backend<2048, 2048, signed_magnitude, uncheck
 template void test1<float128>();
 #endif
 
-#endif