[libcxx-commits] [libcxx] [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (PR #75259)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 15 12:02:54 PST 2023


================
@@ -83,6 +83,10 @@ static_assert(test(std::ranges::find_end, a, a));
 static_assert(test(std::ranges::find_first_of, a, a));
----------------
var-const wrote:

Can you also take a look at various `robust` tests and add the new algorithms where it makes sense (e.g. `libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp` looks relevant)?

https://github.com/llvm/llvm-project/pull/75259


More information about the libcxx-commits mailing list