[libcxx-commits] [PATCH] D148641: [libc++] Add C++20 stringstream::view()

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 8 03:35:30 PDT 2023


pfusik updated this revision to Diff 520319.
pfusik marked 7 inline comments as done.
pfusik added a comment.

Added a note link.
clang-format new code.
Test with templates on CharT.
Test Traits.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148641

Files:
  libcxx/docs/Status/Cxx20.rst
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/sstream
  libcxx/test/std/input.output/string.streams/istringstream/istringstream.members/view.pass.cpp
  libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.members/view.pass.cpp
  libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/view.pass.cpp
  libcxx/test/std/input.output/string.streams/stringstream.members/view.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148641.520319.patch
Type: text/x-patch
Size: 14292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230508/8ec0cf1f/attachment.bin>


More information about the libcxx-commits mailing list