[all-commits] [llvm/llvm-project] 49007a: [libc++] Add C++20 stringstream::view()

Piotr Fusik via All-commits all-commits at lists.llvm.org
Tue May 16 12:03:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49007a020c14a48062fac34c5c83c907d6ae1c31
      https://github.com/llvm/llvm-project/commit/49007a020c14a48062fac34c5c83c907d6ae1c31
  Author: Piotr Fusik <fox at scene.pl>
  Date:   2023-05-16 (Tue, 16 May 2023)

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

  Log Message:
  -----------
  [libc++] Add C++20 stringstream::view()

Reviewed By: #libc, philnik, Mordante

Spies: Mordante, philnik, libcxx-commits

Differential Revision: https://reviews.llvm.org/D148641




More information about the All-commits mailing list