llvm-project/libcxx/test/std/containers/associative/multimap
Joe Loser d2baefae68
[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.
All supported compilers that support C++20 now support concepts. So, remove
`_LIB_LIBCPP_HAS_NO_CONCEPTS` in favor of `_LIBCPP_STD_VER > 17`. Similarly in
the tests, remove `// UNSUPPORTED: libcpp-no-concepts`.

Differential Revision: https://reviews.llvm.org/D121528
2022-03-13 12:32:06 -04:00
..
multimap.cons [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
multimap.erasure
multimap.modifiers [libc++] [test] Qualify `prev` as `std::prev` in a lot of tests. NFCI. 2022-02-16 11:03:32 -05:00
multimap.nonmember [libcxx][test][NFC] More tests for containers comparisons 2021-11-03 16:15:10 +03:00
multimap.observers [libcxx][NFC] Add tests for associative containers key_comp and value_comp 2021-11-27 01:46:22 +03:00
multimap.ops [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
multimap.special [libc++] [test] Update "test_compare.h" users to avoid removed-in-C++20 members. NFCI. 2021-05-29 16:54:24 -04:00
multimap.value_compare [libcxx][NFC] Add tests for associative containers key_comp and value_comp 2021-11-27 01:46:22 +03:00
allocator_mismatch.compile.fail.cpp
empty.pass.cpp
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
get_allocator.pass.cpp [libcxx][test][NFC] Extend get_allocator() testing for containers 2021-12-01 16:15:19 +03:00
incomplete_type.pass.cpp
iterator.pass.cpp [libcxx][test][NFC] Add tests for backward iteration over associative 2022-02-08 01:21:42 +03:00
iterator_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
max_size.pass.cpp
range_concept_conformance.compile.pass.cpp [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
scary.pass.cpp
size.pass.cpp
types.pass.cpp