istream
30.3 KB
-
LWG 2328 Rvalue stream extraction should use perfect forwarding · 07c772ed
* include/std/istream (operator>>(basic_istream&&, _Tp&)): Adjust to use perfect forwarding (LWG 2328). * testsuite/27_io/rvalue_streams.cc: Test perfect forwarding. * doc/xml/manual/intro.xml: Document DR 2328 status. From-SVN: r238533
Jonathan Wakely committed