Title
Request to resolve issue LWG 1328
Status
resolved
Section
[iostream.format]
Submitter
INCITS

Created on 2010-08-25.00:00:00 last changed 163 months ago

Messages

Date: 2011-05-21.21:15:19

Proposed resolution:

Addressed by paper n3168.

Date: 2010-10-24.03:04:13

Addresses US-139

Resolve issue LWG 1328 one way or the other, but preferably in the direction outlined in the proposed resolution, which, however, is not complete as-is: in any case, the sentry must not set ok_ = false if is.good() == false, otherwise istream::seekg, being an unformatted input function, does not take any action because the sentry object returns false when converted to type bool. Thus, it remains impossible to seek away from end of file.

History
Date User Action Args
2010-11-18 14:01:09adminsetstatus: nad editorial -> resolved
2010-11-11 01:20:42adminsetmessages: + msg5326
2010-11-11 01:20:42adminsetstatus: open -> nad editorial
2010-10-24 03:04:13adminsetmessages: + msg4940
2010-08-25 00:00:00admincreate