[libcxx-commits] [libcxx] [libc++] Optimize ranges::copy for random_accsess_iterator and segmented_iterator (PR #120134)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 18 10:13:05 PDT 2025


================
@@ -19,6 +19,7 @@
 #include <__memory/pointer_traits.h>
----------------
ldionne wrote:

The commit message should be updated: this PR doesn't actually add an optimization for segmented iterators anymore, that already existed.

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


More information about the libcxx-commits mailing list