This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

re: Another problem with istringstream


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]