llvm-project/libcxx/test/std/containers/unord/unord.multiset
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
..
unord.multiset.cnstr [libcxx][test][NFC] Add tests for C++14 constructors of unordered sets 2022-03-03 15:15:03 +03:00
unord.multiset.swap [libc++] [test] No longer rely on std::hash<T>::argument_type. 2021-06-14 10:14:42 -04:00
allocator_mismatch.compile.fail.cpp
bucket.pass.cpp
bucket_count.pass.cpp
bucket_size.pass.cpp
clear.pass.cpp
contains.transparent.pass.cpp [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
count.pass.cpp
count.transparent.pass.cpp [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
emplace.pass.cpp
emplace_hint.pass.cpp
empty.pass.cpp
empty.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
eq.pass.cpp
equal_range.transparent.pass.cpp [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
erase_const_iter.pass.cpp
erase_if.pass.cpp
erase_key.pass.cpp
erase_range.pass.cpp [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
extract_iterator.pass.cpp
extract_key.pass.cpp
find.transparent.pass.cpp [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
find_const.pass.cpp
find_non_const.pass.cpp
get_allocator.pass.cpp [libcxx][test][NFC] Extend get_allocator() testing for containers 2021-12-01 16:15:19 +03:00
incomplete.pass.cpp
insert_const_lvalue.pass.cpp
insert_emplace_allocator_requirements.pass.cpp
insert_hint_const_lvalue.pass.cpp [libc++] [LIBCXX-DEBUG-FIXME] Stop using invalid iterators to insert into sets/maps. 2021-05-05 16:21:09 -04:00
insert_hint_rvalue.pass.cpp
insert_init.pass.cpp
insert_node_type.pass.cpp
insert_node_type_hint.pass.cpp
insert_range.pass.cpp [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
insert_rvalue.pass.cpp
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
iterators.compile.fail.cpp
iterators.pass.cpp
load_factor.pass.cpp
local_iterators.compile.fail.cpp
local_iterators.pass.cpp
max_bucket_count.pass.cpp
max_load_factor.pass.cpp
max_size.pass.cpp
merge.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
rehash.pass.cpp
reserve.pass.cpp
scary.pass.cpp
size.pass.cpp
swap_member.pass.cpp [libc++] [test] No longer rely on std::hash<T>::argument_type. 2021-06-14 10:14:42 -04:00
types.pass.cpp