2010-11-18 Paolo Carlini <paolo.carlini@oracle.com>

Fix typo in the last ChangeLog entry.

From-SVN: r166913
This commit is contained in:
Paolo Carlini 2010-11-18 17:26:59 +00:00
parent 2ca2a8990a
commit 5e8c4585db
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PR libstdc++/26211 + N3168
* include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
seekg(off_type, ios_base::seekdir)): Construct a sentry.
(basic_istream<>::tellg, seekg(pos_type), seekg(off_type,
ios_base::seekdir, putback, unget)): Clear eofbit first, per N3168.
(basic_istream<>::seekg(pos_type), seekg(off_type, ios_base::seekdir)
putback, unget): Clear eofbit first, per N3168.
* testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
* testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
* testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.