[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
Thu Jul 29 13:41:51 PDT 2021


ezbr updated this revision to Diff 362872.
ezbr added a comment.

Remove ifdef guards (so we change the default behavior) and rebase onto a newer version of llvm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102727

Files:
  libcxx/include/string
  libcxx/test/libcxx/strings/basic.string/string.capacity/resize.exact.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102727.362872.patch
Type: text/x-patch
Size: 3008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210729/09d66120/attachment.bin>


More information about the libcxx-commits mailing list