[libcxx-commits] [PATCH] D155359: [libc++] Implement stringstream members of P0408R7 (Efficient Access to basic_stringbuf's Buffer)
Piotr Fusik via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 15 12:39:24 PDT 2023
pfusik updated this revision to Diff 540731.
pfusik added a comment.
Added a constructor constraint.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155359/new/
https://reviews.llvm.org/D155359
Files:
libcxx/include/sstream
libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/mode.alloc.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/string-alloc.mode.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/string.alloc.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/string.mode.alloc.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/string.move.mode.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/str.alloc.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/str.move.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/str.string-alloc.pass.cpp
libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/str.string.move.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155359.540731.patch
Type: text/x-patch
Size: 20784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230715/8393b1ba/attachment-0001.bin>
More information about the libcxx-commits
mailing list