[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 02:01:50 PDT 2023
pfusik created this revision.
pfusik added a reviewer: Mordante.
Herald added a project: All.
pfusik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
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.540653.patch
Type: text/x-patch
Size: 20730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230715/95cb965b/attachment-0001.bin>
More information about the libcxx-commits
mailing list