This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: iostream manipulators


>> Any chance egcs will soon support the following manipulators?
>> 
>> 	showbase
>> 	showpos
>> 	noshowbase
>> 	noshowpos
>> 	[etc.]

> Hmmm, these are not in the CD2 as far as I know. Can you cite a document
> that says these ought to be implemented?

Try
http://www.maths.warwick.ac.uk/cpp/pub/wp/html/cd2/lib-iostreams.html.
Is this not up to date?

> In any event, these are rather trivial to implement.

Agreed.  This is what I've done in the meantime.

-- Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]