This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] A doubt about our istream::sentry::sentry
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Martin Sebor <sebor at roguewave dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 19 May 2004 22:46:05 +0200
- Subject: Re: [RFC] A doubt about our istream::sentry::sentry
- References: <40A60A7A.8000909@suse.de> <40A8F692.7070500@roguewave.com>
Martin Sebor wrote:
I think this is the same as issue 419:
http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1635.html#419
By the way, I agree 100% with you about this issue, in particular I
agree with
your reply to Jerry Schwarz. Interestingly, if I'm not mistaken, v3 to
be safe ;)
probably sets the failbit *2* times, both in the sentry, and then again,
in the
extractor!
Paolo.