This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] more istream::ignore cleanups
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 04 Jan 2005 00:28:14 +0100
- Subject: Re: [v3] more istream::ignore cleanups
- References: <20050103170317.22e9e578.bkoz@redhat.com>
Benjamin Kosnik wrote:
Yo Paolo, happy new year.
... and happy new year to you, of course :)
I also wanted to clarify that, according to the standard, when n ==
max() the
ignore loop shall terminate **only** upon end of file or delim, therefore,
in that case, our LFS implementation *must* keep on skipping chars, also
beyond 2G, if necessary,
Paolo.