llvm-project/libcxx/test/std/language.support/cmp
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
..
cmp.alg [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
cmp.categories.pre [libc++] Bump minimum compiler requirements 2022-03-10 08:59:19 -05:00
cmp.common [libcxx] removes `weak_equality` and `strong_equality` from <compare> 2021-05-10 20:45:04 +00:00
cmp.concept [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
cmp.partialord [libc++] Bump minimum compiler requirements 2022-03-10 08:59:19 -05:00
cmp.result [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
cmp.strongord [libc++] Bump minimum compiler requirements 2022-03-10 08:59:19 -05:00
cmp.weakord [libc++] Bump minimum compiler requirements 2022-03-10 08:59:19 -05:00
compare.syn [libc++] [compare] Named comparison functions, is_eq etc. 2021-09-29 16:03:48 -04:00