This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14174] bug and workaround for stringstream tellg and operator>>
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Feb 2004 13:51:56 -0000
- Subject: [Bug libstdc++/14174] bug and workaround for stringstream tellg and operator>>
- References: <20040217131019.14174.bugzilla.20.kuhfladen@spamgourmet.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-02-17 13:51 -------
Not a bug: just remember to call s.clear() before seekg since the stream s
is in the eof state after the first >>.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14174