[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 13:53:06 PST 2023


================
@@ -1778,6 +1778,7 @@ template <class BidirectionalIterator, class Compare>
 #include <__algorithm/find_first_of.h>
 #include <__algorithm/find_if.h>
 #include <__algorithm/find_if_not.h>
+#include <__algorithm/fold.h>
----------------
var-const wrote:

Can you also update `libcxx/docs/Status/RangesAlgorithms.csv`?

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


More information about the libcxx-commits mailing list