[libcxx-commits] [PATCH] D154499: [libc++] Do not use stringbuf's string after move
Piotr Fusik via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 12:36:07 PDT 2023
pfusik marked an inline comment as done.
pfusik added a comment.
@philnik Are the tests for libc++ or the C++ standard? The former does specify the state.
Before this change, the pointers were pointing to the string *after* the move, i.e. an empty string. I don't understand what would you like to test here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154499/new/
https://reviews.llvm.org/D154499
More information about the libcxx-commits
mailing list