]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/container/pmr/global_resource.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / container / pmr / global_resource.hpp
index 219309b072de289add58bf80ed01af671cbbf2a8..4071c211fcc0be7552c8add99e247381b9fe8d59 100644 (file)
@@ -18,6 +18,7 @@
 #include <boost/container/detail/config_begin.hpp>
 #include <boost/container/detail/workaround.hpp>
 #include <boost/container/detail/auto_link.hpp>
+#include <boost/container/container_fwd.hpp>
 
 #include <cstddef>
 
@@ -25,10 +26,6 @@ namespace boost {
 namespace container {
 namespace pmr {
 
-/// @cond
-class memory_resource;
-/// @endcond
-
 //! <b>Returns</b>: A pointer to a static-duration object of a type derived from
 //!   memory_resource that can serve as a resource for allocating memory using
 //!   global `operator new` and global `operator delete`. The same value is returned every time this function