gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely f0fd118f53 re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier)
PR libstdc++/57394
	* include/bits/ios_base.h (ios_base(const ios_base&)): Define as
	deleted for C++11.
	(operator=(const ios_base&)): Likewise.
	* include/std/streambuf: Remove trailing whitespace.
	(basic_streambuf(const basic_streambuf&)): Fix initializer for
	_M_out_end. Define as defaulted for C++11.
	(operator=(const basic_streambuf&)): Define as defaulted for C++11.
	(swap(basic_streambuf&)): Define for C++11.
	* testsuite/27_io/basic_streambuf/cons/57394.cc: New.

From-SVN: r210228
2014-05-08 18:17:06 +01:00
..
basic_filebuf Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_fstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_ifstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_ios Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_iostream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_istream Remove obsolete Solaris 9 support 2014-04-22 12:30:59 +00:00
basic_istringstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_ofstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_ostream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_ostringstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_streambuf re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier) 2014-05-08 18:17:06 +01:00
basic_stringbuf Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_stringstream Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
fpos Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
headers Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ios_base Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
manipulators re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string) 2014-03-31 19:46:23 +01:00
objects Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
types Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
rvalue_streams.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00