We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e7a5b commit 67dcf77Copy full SHA for 67dcf77
1 file changed
fairmq/MemoryResources.h
@@ -17,7 +17,7 @@
17
18
#include <boost/container/container_fwd.hpp>
19
#include <boost/container/flat_map.hpp>
20
-#include <boost/container/pmr/memory_resource.hpp>
+#include <memory_resource>
21
#include <cstring>
22
#include <fairmq/Message.h>
23
#include <stdexcept>
@@ -27,7 +27,7 @@ namespace fair::mq {
27
28
class TransportFactory;
29
using byte = unsigned char;
30
-namespace pmr = boost::container::pmr;
+namespace pmr = std::pmr;
31
32
/// All FairMQ related memory resources need to inherit from this interface
33
/// class for the
0 commit comments