[libcxx-commits] [libcxx] [clang-tools-extra] [llvm] [clang] [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (PR #75259)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 19 12:02:00 PST 2023
================
@@ -89,9 +89,7 @@ struct __fold_left_with_iter {
}
};
-inline namespace __cpo {
inline constexpr auto fold_left_with_iter = __fold_left_with_iter();
----------------
cjdb wrote:
I've updated the description in this PR, which I _think_ becomes the main message for a squash-and-merge.
https://github.com/llvm/llvm-project/pull/75259
More information about the libcxx-commits
mailing list