This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
re: Another problem with istringstream
- To: Haruhiko Okumura <okumura at matsusaka-u dot ac dot jp>
- Subject: re: Another problem with istringstream
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Wed, 12 Jan 2000 11:56:46 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> What you wrote is very clear, but as for the Standard it's not as
> clear to me yet. Is it not that "input operation failed because eof
> is reached"? Is it that "input didn't fail, it only reached eof"?
> Sorry for my poor expression. I hope you understand my mixed feeling
> with the Standard.
"input didn't fail, it only reached eof"
Would seem to be the most consistent. Right now, it's
"input operation failed because eof is reached" for istream::sentry
"input didn't fail, it only reached eof" for istream::*
-benjamin