[libcxx-commits] [PATCH] D104725: [libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 25 12:00:47 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG585496803ca2: [libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03. (authored by arthur.j.odwyer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104725

Files:
  libcxx/include/istream
  libcxx/include/ostream
  libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/not_istreamable.verify.cpp
  libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
  libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/not_ostreamable.verify.cpp
  libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104725.354570.patch
Type: text/x-patch
Size: 4460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210625/0696c357/attachment.bin>


More information about the libcxx-commits mailing list