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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 18 09:31:57 PDT 2021


ldionne added a comment.

As a follow-up, a LWG issue has been created here to clarify what the Standard expects from implementations: http://wg21.link/LWG3579

If my opinion changes based on the resolution of that issue, I'll ping you here to revive this. Again, thanks for understanding and please do not hesitate to contribute further improvements to the library.


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