[libcxx-commits] [libcxx] [libc++] Fix vector::append_range growing before the capacity is reached (PR #183264)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 25 07:41:16 PST 2026


================

----------------
ldionne wrote:

```suggestion
    { // Ensure no reallocation happens, and that we don't invalidate iterators.
```

And then also ensure that `.data()` is stable.

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


More information about the libcxx-commits mailing list