[libcxx-commits] [libcxx] [libc++] Speed up and refactor vector<bool> move-assignment operator [2/3] (PR #119817)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 13 12:04:44 PDT 2025


https://github.com/ldionne requested changes to this pull request.

Similarly to your other PR for copy construction, I think it would make most sense to take the testing improvements in this patch but drop the refactoring, since the current code is now efficient as-is.

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


More information about the libcxx-commits mailing list