Skip to content

Commit 2b8603c

Browse files
featuer test generation
1 parent 0cce96e commit 2b8603c

File tree

2 files changed

+215
-732
lines changed

2 files changed

+215
-732
lines changed

libcxx/test/std/language.support/support.limits/support.limits.general/map.version.compile.pass.cpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,7 @@
1313

1414
// Test the feature test macros defined by <map>
1515

16-
/* Constant Value
17-
__cpp_lib_allocator_traits_is_always_equal 201411L [C++17]
18-
__cpp_lib_associative_heterogeneous_erasure 202110L [C++23]
19-
__cpp_lib_associative_heterogeneous_insertion 202306L [C++26]
20-
__cpp_lib_constexpr_map 202502L [C++26]
21-
__cpp_lib_containers_ranges 202202L [C++23]
22-
__cpp_lib_erase_if 202002L [C++20]
23-
__cpp_lib_generic_associative_lookup 201304L [C++14]
24-
__cpp_lib_map_try_emplace 201411L [C++17]
25-
__cpp_lib_node_extract 201606L [C++17]
26-
__cpp_lib_nonmember_container_access 201411L [C++17]
27-
__cpp_lib_tuple_like 202207L [C++23]
28-
202311L [C++26]
29-
*/
16+
// clang-format off
3017

3118
#include <map>
3219
#include "test_macros.h"

0 commit comments

Comments
 (0)