This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.
ClosedPublic

Authored by Quuxplusone on Jun 22 2021, 10:51 AM.

Details

Summary

Split out the second part of D104310: eliminating no-longer-needed uses of _LIBCPP_CXX03_LANG.

Diff Detail