Title
filebuf::close() inconsistent use of EOF
Status
cd1
Section
[filebuf.members]
Submitter
Vincent Leloup

Created on 2003-11-20.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change overflow(EOF) to overflow(traits::eof()).

Date: 2003-11-20.00:00:00

In section [filebuf.members] par6, in effects description of basic_filebuf<charT, traits>::close(), overflow(EOF) is used twice; should be overflow(traits::eof()).

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2653
2003-11-20 00:00:00admincreate