[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:53 PST 2023
================
@@ -0,0 +1,202 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
----------------
var-const wrote:
Looks like this test should be `libcxx/test/libcxx` (it presumes implementation details that are only true of libc++).
https://github.com/llvm/llvm-project/pull/75259
More information about the libcxx-commits
mailing list