This is the mail archive of the libstdc++@gcc.gnu.org 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]

std::istream_iterator and eofbit


Hi

The ISO Standard and the v3.0 implementation agree that eofbit doesn't
constitute an end-of-stream condition, why is this?

If you use sid::istream_iterator to form an input range to an algorithm,
then an infinte loop ensues if eofbit gets set, are stream exceptions
supposed to be used to terminate such loops?

--
Bill Somerville




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