istream.tcc: Removed test for _M_gcount < in_avail()...
authorBrent Verner <brent@rcfile.org>
Fri, 6 Oct 2000 07:12:32 +0000 (07:12 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Oct 2000 07:12:32 +0000 (07:12 +0000)
commit7c7688c76a78e3f65ffe82dfbc32975700d54392
treeece36af1dbd3a89b2d2aff500fbf18dc45ecc247
parent3a1ed6a1d1b6271763b131731f2d19463bfbe813
istream.tcc: Removed test for _M_gcount < in_avail()...

2000-10-05  Brent Verner  <brent@rcfile.org>

        * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
test for _M_gcount < in_avail(), as in_avail() only reports info
for current buffer, causing method to return at end of buffer.
* testsuite/27_io/istream_unformatted.cc [test07()]: New test.
* testsuite/27_io/istream_unformatted-3.txt: New file.
* testsuite/27_io/istream_unformatted-3.tst: New file.

From-SVN: r36752
libstdc++-v3/include/bits/istream.tcc
libstdc++-v3/testsuite/27_io/istream_unformatted.cc