forked from boostorg/unordered
7 lines
286 B
C++
7 lines
286 B
C++
// Copyright 2024 Joaquin M Lopez Munoz.
|
|||
|
|
// 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 "../unordered/node_handle_allocator_tests.cpp"
|