[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,203 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <algorithm>
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+
+// Checks that `std::ranges::fold_left_with_iter`'s requirements are correct.
----------------
var-const wrote:
+1 -- all the information in the comment is already contained in the file name. I think we should either expand the comment (if there's any valuable information to add) or delete it entirely.
https://github.com/llvm/llvm-project/pull/75259
More information about the libcxx-commits
mailing list