Files
clang-p2996/libcxx/include/__split_buffer
Peng Liu 8458bbe594 [libc++] Fix capacity increase issue with shrink_to_fit for __split_buffer (#117720)
This PR fixes the issue where `__split_buffer::shrink_to_fit` may
unexpectedly increase the capacity, similar to the issue for
`std::vector` in #97895. The fix follows the same approach
used in #97895 for `std::vector`.
2024-11-26 16:38:47 -05:00

20 KiB