[libcxx-commits] [PATCH] D155276: [libc++] Implement ostringstream 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 06:19:23 PDT 2023


pfusik updated this revision to Diff 540800.
pfusik added a comment.

Removed the `istringstream` constructor constraint.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155276

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155276.540800.patch
Type: text/x-patch
Size: 22052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230716/deec44d3/attachment-0001.bin>


More information about the libcxx-commits mailing list