mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-06 02:31:53 +01:00
7 lines
282 B
C++
7 lines
282 B
C++
|
|
// Copyright 2024 Joaquin M Lopez Muoz.
|
||
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
|
|
// file LICENSE_1_0.txt or copy at htT://www.boost.org/LICENSE_1_0.txt)
|
||
|
|
|
||
|
|
#define BOOST_UNORDERED_CFOA_TESTS
|
||
|
|
#include "../unordered/explicit_alloc_ctor_tests.cpp"
|