gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely 48e968a720 gnu.ver: Adjust basic_ostream exports.
* config/abi/pre/gnu.ver: Adjust basic_ostream exports.
	* include/std/istream (basic_iostream(basic_iostream&&)): Pass *this
	to ostream constructor.
	* include/std/ostream (basic_ostream(basic_iostream*)): Change to take
	parameter by reference, to avoid ambiguity.
	* testsuite/27_io/basic_ostream/cons/char/null.cc: New.

From-SVN: r215510
2014-09-23 14:17:42 +01:00
..
basic_filebuf Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
basic_fstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
basic_ifstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
basic_ios
basic_iostream
basic_istream
basic_istringstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
basic_ofstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
basic_ostream gnu.ver: Adjust basic_ostream exports. 2014-09-23 14:17:42 +01:00
basic_ostringstream Make streams movable and swappable. 2014-09-22 14:34:09 +01: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
basic_stringstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
fpos
headers
ios_base
manipulators DR 2344 - std::quoted doesn't respect padding 2014-06-07 03:40:30 +00:00
objects
types
rvalue_streams.cc