[all-commits] [llvm/llvm-project] 585496: [libc++] Enable the rvalue overloads of operator<<...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Jun 25 12:00:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 585496803ca25cbbafc942355f715cce46d736fb
https://github.com/llvm/llvm-project/commit/585496803ca25cbbafc942355f715cce46d736fb
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M libcxx/include/istream
M libcxx/include/ostream
M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/not_istreamable.verify.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
M libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/not_ostreamable.verify.cpp
M libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp
Log Message:
-----------
[libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.
Continuing to eliminate no-longer-needed uses of _LIBCPP_CXX03_LANG.
Differential Revision: https://reviews.llvm.org/D104725
More information about the All-commits
mailing list