[libcxx-commits] [libcxx] [libc++] Optimize ranges::{for_each, for_each_n} for segmented iterators (PR #132896)
Peng Liu via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 2 03:29:22 PDT 2025
winner245 wrote:
With `std::for_each` backported to C++11 in #134960 and `std::for_each_n` carved out into #135468, this PR is now much cleaner, focusing exclusively on `std::ranges::{for_each, for_each_n}`.
https://github.com/llvm/llvm-project/pull/132896
More information about the libcxx-commits
mailing list