gcc/libstdc++-v3/testsuite/27_io/basic_streambuf
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
..
cons re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier) 2014-05-08 18:17:06 +01:00
imbue Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
in_avail Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
overflow Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sgetc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sgetn Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sputbackc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sputc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sputn Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sync Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00