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

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 14 15:37:38 PST 2023


================
@@ -81,6 +81,7 @@ struct not_indirectly_readable {
 };
 static_assert(!std::indirectly_readable<not_indirectly_readable> && !std::input_iterator<not_indirectly_readable>);
 
+// FIXME(cjdb): deduplicate
----------------
EricWF wrote:

Or leave duplicated. Duplication in tests is OK.

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


More information about the libcxx-commits mailing list