[libcxx-commits] [libcxx] [libc++] Remove usage of internal string function in sstream (PR #75858)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 21 10:56:49 PST 2023
AdvenamTacet wrote:
My change deleted `__str_.clear();` because it's already done in move constructor, but if we don't want to rely on this behavior, I should bring it back.
https://github.com/llvm/llvm-project/pull/75858
More information about the libcxx-commits
mailing list