]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/is_default_constr_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / type_traits / test / is_default_constr_test.cpp
index acc09acf7e6681e3df195a14d42b19b20e7be651..37804033729b624d1e79c721170b21f027ea7bce 100644 (file)
@@ -198,7 +198,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_default_constructible<bug11324_derived>::
 #ifndef BOOST_NO_CXX11_DELETED_FUNCTIONS
 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_default_constructible<deleted_default_construct>::value, false);
 #endif
-#if !BOOST_WORKAROUND(BOOST_GCC_VERSION, < 40700)
+#if !BOOST_WORKAROUND(BOOST_GCC_VERSION, < 40800)
 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_default_constructible<private_default_construct>::value, false);
 #endif