Write test pmr_emplace_erase to check basic functionality with pmr allocators

This commit is contained in:
Braden Ganetsky
2024-03-24 12:22:44 -05:00
parent 626db552ab
commit 82ba55e4a4
5 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Copyright (C) 2024 Braden Ganetsky
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_UNORDERED_CFOA_TESTS
#include <boost/unordered/concurrent_flat_map.hpp>
#include <boost/unordered/concurrent_flat_set.hpp>
#include "../unordered/pmr_allocator_tests.cpp"