From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: iostream manipulators
27 Jun 1998 21:48:47 -0700
Message-ID: <9806272200.AA19285.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <c=US%a=_%p=NASD%l=RKV_SRV_EXC-980626222802Z-353191@rkv_srv_exch3.rkv.nasd.com>
To: "Berns, Brian" <BernsB@nasd.com>
Cc: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>

"Berns, Brian" <BernsB@nasd.com> writes:
> 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? From memory, the manipulators in the
draft standard are the following:

  setiosflags, resetiosflags, setbase, setfill, setprecision and setw.

Am I missing any??

BTW, egcs mailing list is definitely a better forum for this type of
questions (See egcs home page for more info -- http://egcs.cygnus.com/).

In any event, these are rather trivial to implement. 

Regards,
Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
