]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/ptr_container/ptr_list.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / ptr_container / ptr_list.hpp
index 73c8e2b07b4a0759a41f5904c96b180e46abeca3..b170f0e7f25404d13fe3c5c0c47abdbaa7193bb3 100644 (file)
 #endif
 
 #include <boost/ptr_container/ptr_sequence_adapter.hpp>
+#include <boost/ptr_container/detail/ptr_container_disable_deprecated.hpp>
 #include <list>
 
+#if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED)
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#endif
+
 namespace boost
 {
 
@@ -107,5 +113,8 @@ namespace boost
     }
 }
 
+#if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED)
+#pragma GCC diagnostic pop
+#endif
 
 #endif