[libcxx-commits] [libcxx] [libc++] Fix no-op shrink_to_fit for vector<bool> (PR #120495)
Alexander Kornienko via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 18 03:43:11 PST 2025
alexfh wrote:
> @asmok-g Thanks for your feedback! The previous change #120577 was an internal fix. I'm curious about how it caused issues with Google code, and how my current PR fixes that. Could you provide more details or context about the specific problems it created? This will help me understand the impact and ensure a comprehensive fix.
I suspect that the issues we've seen may be caused by the same effect as described in #122502. If we find a distinct problem, we'll let you know.
https://github.com/llvm/llvm-project/pull/120495
More information about the libcxx-commits
mailing list