[libcxx-commits] [PATCH] D153709: [libc++] Implement stringbuf members of P0408R7 (Efficient Access to basic_stringbuf's Buffer)

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 24 11:32:02 PDT 2023


pfusik created this revision.
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/D153709

Files:
  libcxx/docs/Status/Cxx20.rst
  libcxx/include/sstream
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/mode.alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/move.alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/string-alloc.mode.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/string.alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/string.mode.alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/string.move.mode.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/str.alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/str.move.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/str.string-alloc.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/str.string.move.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153709.534249.patch
Type: text/x-patch
Size: 28809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230624/b3f0697b/attachment-0001.bin>


More information about the libcxx-commits mailing list