]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/thread/concurrent_queues/queue_base.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / thread / concurrent_queues / queue_base.hpp
index 0d42839158ebc936c3f7712c8c6371ed77ce6613..8562f5ce4bd12ef83a1c1ce61a28ee8c57225019 100644 (file)
@@ -140,7 +140,7 @@ namespace detail
   template <class T, class ST,
 #if ! defined  BOOST_NO_CXX11_RVALUE_REFERENCES
 #if defined __GNUC__ && ! defined __clang__
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
+#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
           bool Copyable = is_copy_constructible<T>::value,
           bool Movable = true
 #else