mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Alias boost::container::pmr -> fair::mq::pmr
so the eventual switch to std::pmr becomes easier
This commit is contained in:
@@ -71,7 +71,7 @@ TEST(MemoryResources, transportallocatormap_test)
|
||||
EXPECT_TRUE(_tmp == allocZMQ);
|
||||
}
|
||||
|
||||
using namespace boost::container::pmr;
|
||||
using namespace fair::mq::pmr;
|
||||
|
||||
TEST(MemoryResources, allocator_test)
|
||||
{
|
||||
|
Reference in New Issue
Block a user