File tree Expand file tree Collapse file tree 2 files changed +215
-732
lines changed
libcxx/test/std/language.support/support.limits/support.limits.general Expand file tree Collapse file tree 2 files changed +215
-732
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments