[libcxx-commits] [libcxx] [libc++] Fix insertion and input-only range handling for `vector` (PR #116001)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 13 14:20:19 PST 2024
philnik777 wrote:
> > Please split adding `std::move` from any algorithm changes.
>
> I think I should split out the handling for input-only iterators, which is more than adding `std::move`.
Sure. Which way you split is up to you. I only care that it is split.
https://github.com/llvm/llvm-project/pull/116001
More information about the libcxx-commits
mailing list