[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
Sun Jul 16 09:33:16 PDT 2023


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

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155359

Files:
  libcxx/docs/Status/Cxx20.rst
  libcxx/docs/Status/Cxx20Papers.csv
  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.540815.patch
Type: text/x-patch
Size: 22783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230716/33ca2f68/attachment-0001.bin>


More information about the libcxx-commits mailing list