[libcxx-commits] [PATCH] D102727: Use precise growth rather than amortized growth in std::string::resize/__resize_default_init.

Evan Brown via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 15:26:33 PDT 2021


ezbr added a comment.

Somehow the current version of this phabricator review doesn't seem to include my changes other than the new test file. I'll try to figure it out tomorrow.

Note: my first attempt to `arc diff --update` was blocked on clang-format, and this diff seems to have only picked up the small formatting commit and not the underlying commit with the other files, but the string changes are still present in my local git directory. (I'm not used to git/arc, sorry.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102727



More information about the libcxx-commits mailing list