llvm-project/libcxx/test/std/algorithms/alg.sorting
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
..
alg.binary.search
alg.clamp
alg.heap.operations [libc++] [P0879] constexpr heap and partial_sort algorithms 2021-01-27 10:26:06 -05:00
alg.lex.comparison [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
alg.merge [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
alg.min.max [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
alg.nth.element Revert "Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests."" 2021-02-05 12:02:43 -05:00
alg.permutation.generators [libc++] [P0879] constexpr std::reverse, partition, *_permutation. 2021-01-25 13:09:30 -05:00
alg.set.operations [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
alg.sort [libcxx][test] Add missing includes and suppress warnings 2022-01-13 17:34:04 -08:00
sortable_helpers.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00