llvm-project/libcxx/test/std/containers/sequences/forwardlist
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
..
forwardlist.access
forwardlist.cons [libc++] Granularize algorithm includes 2022-02-16 04:12:22 +01:00
forwardlist.erasure
forwardlist.iter [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
forwardlist.modifiers [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
forwardlist.ops [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
forwardlist.spec [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI. 2022-02-16 11:03:31 -05:00
allocator_mismatch.compile.fail.cpp
empty.pass.cpp
empty.verify.cpp
get_allocator.pass.cpp
incomplete.pass.cpp
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
types.pass.cpp