[libcxx-commits] [libcxx] [libc++] Optimize ranges::copy for random_access_iterator inputs (PR #120134)
Peng Liu via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 18 20:40:45 PDT 2025
================
@@ -19,6 +19,7 @@
#include <__memory/pointer_traits.h>
----------------
winner245 wrote:
Thanks! I've updated the title and commit message to clarify that the primary contribution of this patch is in optimizing for `random_access_iterator`s.
https://github.com/llvm/llvm-project/pull/120134
More information about the libcxx-commits
mailing list