diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-18 17:26:59 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-18 17:26:59 +0000 |
commit | ec48cdbcac0e0272ef74a1f788cb6593bd2fc7a4 (patch) | |
tree | 4d760de875a545a28a1a031702a220263da82868 /libstdc++-v3 | |
parent | 6e63e3b96d5bc646632e526f2bc3d6fa12dff936 (diff) | |
download | gcc-ec48cdbcac0e0272ef74a1f788cb6593bd2fc7a4.tar.gz |
2010-11-18 Paolo Carlini <paolo.carlini@oracle.com>
Fix typo in the last ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 49d7d474417..0c02e97aa25 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. |