[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
Tue Jun 22 10:51:37 PDT 2021


Quuxplusone created this revision.
Quuxplusone added a reviewer: ldionne.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Split out the second part of D104310 <https://reviews.llvm.org/D104310>: eliminating no-longer-needed uses of `_LIBCPP_CXX03_LANG`.


Repository:
  rG LLVM Github Monorepo

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.353708.patch
Type: text/x-patch
Size: 4460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210622/e2c101a4/attachment-0001.bin>


More information about the libcxx-commits mailing list