]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/abi/pre/gnu.ver: Adjust basic_ostream exports.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2014 13:17:42 +0000 (13:17 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2014 13:17:42 +0000 (13:17 +0000)
commit2859bd06e82c91c8320bac661a82a27af2798aed
tree29f152b627ad8d3ee2f4671f4aa0011c0ebf7996
parenta45f86dfc0d8b05d32b7fb323f41019609dbe6c9
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215510 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/std/istream
libstdc++-v3/include/std/ostream
libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/null.cc [new file with mode: 0644]