llvm-project/libcxx/test/std/algorithms
Arthur O'Dwyer 53406fb691 [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.
The logic here is that we are disabling *only* things in `std::ranges::`.
Everything in `std::` is permitted, including `default_sentinel`, `contiguous_iterator`,
`common_iterator`, `projected`, `swappable`, and so on. Then, we include
anything from `std::ranges::` that is required in order to make those things
work: `ranges::swap`, `ranges::swap_ranges`, `input_range`, `ranges::begin`,
`ranges::iter_move`, and so on. But then that's all. Everything else (including
notably all of the "views" and the `std::views` namespace itself) is still
locked up behind `_LIBCPP_HAS_NO_INCOMPLETE_RANGES`.

Differential Revision: https://reviews.llvm.org/D118736
2022-02-15 10:38:21 -05:00
..
alg.c.library
alg.modifying.operations [libc++] Remove U+00AD SOFT HYPHEN from comments in tests. NFC. 2022-02-14 10:26:25 -05:00
alg.nonmodifying [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
alg.sorting [libc++][ranges] Implement ranges::min_element 2022-02-11 17:20:27 +01:00
algorithms.general
algorithms.results [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES. 2022-02-15 10:38:21 -05:00
robust_against_adl.compile.pass.cpp [libc++] Test that our algorithms never copy a user-provided comparator. 2021-11-19 15:03:24 -05:00
robust_against_adl_on_new.pass.cpp [libc++] [test] Add "robust_re_difference_type.compile.pass.cpp" for all the algorithms. 2021-11-18 00:12:41 -05:00
robust_re_difference_type.compile.pass.cpp [libc++] Test that our algorithms never copy a user-provided comparator. 2021-11-19 15:03:24 -05:00