Title
No manipulator unitbuf in synopsis
Status
tc1
Section
[iostreams.base]
Submitter
Nathan Myers

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

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add to the synopsis for <ios> in [iostreams.base], after the entry for "nouppercase", the prototypes:

ios_base& unitbuf(ios_base& str);
ios_base& nounitbuf(ios_base& str); 
Date: 1998-08-06.00:00:00

In [fmtflags.manip], we have a definition for a manipulator named "unitbuf". Unlike other manipulators, it's not listed in synopsis. Similarly for "nounitbuf".

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