[libcxx-commits] [libcxx] [libc++] Optimize ranges::copy for random_access_iterator inputs (PR #120134)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 25 23:51:17 PDT 2025


https://github.com/philnik777 commented:

Could we change the title to mention `vector<bool>::iterator`? As-is this sounds like we're optimizing `copy` for any `random_access_iterator` combination, which clearly isn't the case.

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


More information about the libcxx-commits mailing list