[libcxx-commits] [libcxx] [libc++] Fix copy_backward for vector<bool> with small storage types (PR #131560)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 19 08:57:44 PDT 2025


https://github.com/ldionne approved this pull request.

Thanks for the patches, and especially for the structured approach to fixing all of these issues! This makes reviewing a lot easier and it also makes it easier to focus on a single problem at a time, which often has the side effect of increased quality of the fix + its tests.

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


More information about the libcxx-commits mailing list