Alias boost::container::pmr -> fair::mq::pmr

so the eventual switch to std::pmr becomes easier
This commit is contained in:
mkrzewic
2018-10-30 14:56:48 +01:00
committed by Dennis Klein
parent 34286ef75e
commit f9658f69a4
3 changed files with 6 additions and 5 deletions

View File

@@ -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)
{