]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/test/global_resource_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / container / test / global_resource_test.cpp
index 860b46393a583f56aed0af790f3b93024037277b..c04816ac4f5d3d7b92ae677a444ec99e36cd8100 100644 (file)
@@ -27,7 +27,7 @@ std::size_t allocation_count = 0;
 #pragma warning (disable : 4290)
 #endif
 
-#if defined(BOOST_GCC) && (BOOST_GCC >= 40700) && (__cplusplus >= 201103L)
+#if __cplusplus >= 201103L
 #define BOOST_CONTAINER_NEW_EXCEPTION_SPECIFIER
 #define BOOST_CONTAINER_DELETE_EXCEPTION_SPECIFIER noexcept
 #else