[libcxx-commits] [PATCH] D148693: [libc++] Set correct size at the end of growing std::string
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 12 22:22:44 PDT 2023
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
LGTM with green CI % nit.
================
Comment at: libcxx/include/string:1923
+#if _LIBCPP_ABI_VERSION >= 2
+ _LIBCPP_HIDE_FROM_ABI_AFTER_V1
+#endif
----------------
This is already guarded; no need to make it more confusing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148693/new/
https://reviews.llvm.org/D148693
More information about the libcxx-commits
mailing list