[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
Thu Apr 20 07:05:24 PDT 2023
philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.
I don't think we can do this change. This changes the postconditions of a function in the dylib, which is an ABI break.
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