[libcxx-commits] [PATCH] D148693: [libc++] Set correct size at the end of growing std::string

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 10 17:02:41 PDT 2023


AdvenamTacet added a comment.

To the best of my knowledge, that implementation is correct.

- The same value as in `__grow_by_and_replace`.
- D132769 <https://reviews.llvm.org/D132769> is working with that patch.
- I tested it with more than unit tests.

The patch seems to be ready to land.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148693/new/

https://reviews.llvm.org/D148693



More information about the libcxx-commits mailing list