re PR libstdc++/6360 (Wrong workaround in char_traits.h - ignore stops on \0xff)
authorBenjamin Kosnik <bkoz@redhat.com>
Sun, 21 Apr 2002 04:15:29 +0000 (04:15 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sun, 21 Apr 2002 04:15:29 +0000 (04:15 +0000)
commit9a4b4cfc1a49c1537a852f6e40d2f3e0c4d3e0b2
treeadd173ebc2da118f90306d3c05822088573b6ac6
parent20764052b9fb43469efe0314dd611c9dfb91a80e
re PR libstdc++/6360 (Wrong workaround in char_traits.h - ignore stops on \0xff)

2002-04-20  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/6360
* include/bits/istream.tcc (istream::ignore): Streamline, use
delimiter as is.
* include/bits/streambuf.tcc: Use this->gptr.
* testsuite/27_io/istream_unformatted.cc (test08): Add test.

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