[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
Tue Jul 20 09:02:51 PDT 2021
ezbr updated this revision to Diff 360164.
ezbr added a comment.
Fix an issue with the previous version of the review.
I had accidentally done `git commit` instead of `git commit --amend` so it was missing my original changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102727/new/
https://reviews.llvm.org/D102727
Files:
libcxx/include/__config
libcxx/include/string
libcxx/test/libcxx/strings/basic.string/string.capacity/resize.exact.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102727.360164.patch
Type: text/x-patch
Size: 3369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210720/f88799ed/attachment.bin>
More information about the libcxx-commits
mailing list