[libcxx-commits] [PATCH] D154499: [libc++] Do not use stringbuf's string after move
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 12:20:06 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/move.pass.cpp:62-66
+int main(int, char**) {
+ test<char>();
+#ifndef TEST_HAS_NO_WIDE_CHARACTERS
+ test<wchar_t>();
+#endif
----------------
Thanks for improving the coverage here BTW.
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