2024-03-24 12:22:44 -05:00
|
|
|
// 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>
|
2024-08-25 18:34:58 +02:00
|
|
|
#include <boost/unordered/concurrent_node_map.hpp>
|
|
|
|
|
#include <boost/unordered/concurrent_node_set.hpp>
|
2024-03-24 12:22:44 -05:00
|
|
|
#include "../unordered/pmr_allocator_tests.cpp"
|