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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 1 04:43:28 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG81ad5a5cb877: [libc++] Implement stringbuf members of P0408R7 (Efficient Access to… (authored by pfusik, committed by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D153709?vs=534645&id=536526#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153709/new/

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.536526.patch
Type: text/x-patch
Size: 28831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230701/063d2fcf/attachment-0001.bin>


More information about the libcxx-commits mailing list