[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
Wed Jul 12 19:01:56 PDT 2023


AdvenamTacet updated this revision to Diff 539815.
AdvenamTacet added a comment.

This patch reverts previous attempt and is fixing the preoblem.

The solution is like suggested, using `_LIBCPP_ABI_VERSION` but around `_LIBCPP_HIDE_FROM_ABI_AFTER_V1`. Locally works.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148693

Files:
  libcxx/include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148693.539815.patch
Type: text/x-patch
Size: 6085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230713/c839e25d/attachment.bin>


More information about the libcxx-commits mailing list