Title
Strange use of underflow()
Status
tc1
Section
[streambuf.virt.get]
Submitter
Dietmar Kühl

Created on 1999-07-20.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [streambuf.virt.get] paragraph 1, showmanyc()returns clause, by replacing the word "supplied" with the words "extracted from the stream".

Date: 1999-07-20.00:00:00

The description of the meaning of the result of showmanyc() seems to be rather strange: It uses calls to underflow(). Using underflow() is strange because this function only reads the current character but does not extract it, uflow() would extract the current character. This should be fixed to use sbumpc() instead.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1713
1999-07-20 00:00:00admincreate