mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 17:21:48 +01:00
* made boost::unordered_[multi](map|set)::[const_][local_]iterator instantiable with incomplete value_type * qualified name to avoid self-definition
7 lines
274 B
C++
7 lines
274 B
C++
// Copyright 2025 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/incomplete_test.cpp"
|