]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/ptr_container/ptr_unordered_map.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / ptr_container / ptr_unordered_map.hpp
index e6d5e7d5ba661ee1f0b459b448c0d0b78fe46c1e..dc90cd8c5be0e69d97bd582ded6e9fd7a45399ad 100644 (file)
 
 #include <boost/unordered_map.hpp>
 #include <boost/ptr_container/ptr_map_adapter.hpp>
+#include <boost/ptr_container/detail/ptr_container_disable_deprecated.hpp>
+
+#if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED)
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#endif
 
 namespace boost
 {
@@ -248,4 +254,8 @@ namespace boost
 
 }
 
+#if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED)
+#pragma GCC diagnostic pop
+#endif
+
 #endif