Files
clang-p2996/libcxx/test/std/containers/sequences/vector/vector.capacity
Mark de Wever f65d7fdcf8 [libc++][vector] Fixes shrink_to_fit. (#97895)
This assures shrink_to_fit does not increase the allocated size.

Partly addresses https://github.com/llvm/llvm-project/issues/95161

---------

Co-authored-by: Mital Ashok <mital.vaja@googlemail.com>
2024-07-20 12:55:44 +02:00
..