[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 02:08:46 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:

Now I've split this file into four algorithms, each for one algorithm.

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


More information about the libcxx-commits mailing list