gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely 07c772ed4e LWG 2328 Rvalue stream extraction should use perfect forwarding
* 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
2016-07-20 19:21:53 +01:00
..
basic_filebuf Update copyright years. 2016-01-04 15:30:50 +01:00
basic_fstream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_ifstream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_ios Update copyright years. 2016-01-04 15:30:50 +01:00
basic_iostream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_istream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_istringstream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_ofstream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_ostream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_ostringstream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_streambuf Update copyright years. 2016-01-04 15:30:50 +01:00
basic_stringbuf Update copyright years. 2016-01-04 15:30:50 +01:00
basic_stringstream Update copyright years. 2016-01-04 15:30:50 +01:00
fpos Replace references to C++0x with C++11 in comments 2016-07-15 21:23:08 +01:00
headers Update copyright years. 2016-01-04 15:30:50 +01:00
ios_base Update copyright years. 2016-01-04 15:30:50 +01:00
manipulators Update copyright years. 2016-01-04 15:30:50 +01:00
objects Update copyright years. 2016-01-04 15:30:50 +01:00
types Update copyright years. 2016-01-04 15:30:50 +01:00
rvalue_streams-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
rvalue_streams.cc LWG 2328 Rvalue stream extraction should use perfect forwarding 2016-07-20 19:21:53 +01:00