[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
Thu Jul 13 20:15:25 PDT 2023
AdvenamTacet updated this revision to Diff 540261.
AdvenamTacet added a comment.
This update removes `__grow_by` from `_LIBCPP_STRING_UNSTABLE_EXTERN_TEMPLATE_LIST` in `libcxx/include/__string/extern_template_lists.h`.
Hey @philnik, I made additional self-review and realized that the commit does not remove the function from `_LIBCPP_STRING_UNSTABLE_EXTERN_TEMPLATE_LIST`, so I fix it in this update. Unfortunatelly, `_LIBCPP_HIDE_FROM_ABI_AFTER_V1` still does not work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148693/new/
https://reviews.llvm.org/D148693
Files:
libcxx/include/__string/extern_template_lists.h
libcxx/include/string
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148693.540261.patch
Type: text/x-patch
Size: 7406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230714/c17059e8/attachment.bin>
More information about the libcxx-commits
mailing list