[libcxx-commits] [libcxx] [libc++] Add `ranges::fold_left_first` and `ranges::fold_left_first_with_iter` (PR #121558)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 21 18:21:47 PDT 2025


================
@@ -50,6 +51,8 @@
 #endif
 
 using std::ranges::fold_left;
+using std::ranges::fold_left_first;
+using std::ranges::fold_left_first_with_iter;
----------------
frederick-vs-ja wrote:

I'm not sure what should do next... Should we cover different overloads in different function call entries, or in different test files?

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


More information about the libcxx-commits mailing list