Title
Strstreambuf::setbuf
Status
tc1
Section
[depr.strstreambuf.virtuals]
Submitter
Matt Austern

Created on 1998-08-18.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

[depr.strstreambuf.virtuals], paragraph 19, replace the setbuf effects clause which currently says "Performs an operation that is defined separately for each class derived from strstreambuf" with:

Effects: implementation defined, except that setbuf(0,0) has no effect.

Date: 1998-08-18.00:00:00

D.7.1.3, paragraph 19, says that strstreambuf::setbuf "Performs an operation that is defined separately for each class derived from strstreambuf". This is obviously an incorrect cut-and-paste from basic_streambuf. There are no classes derived from strstreambuf.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg153
1998-08-18 00:00:00admincreate