This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ios_base
- To: egcs at cygnus dot com
- Subject: Re: ios_base
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Tue, 9 Dec 97 16:36:19 PST
- Reply-To: egcs at cygnus dot com
>
> I can't seem to find ios_base. Is it implemented? I am trying to
> use the function "seekp" as specified in chapter 21.6.1 of Stroustrup. I.e.
No, that chapter reflects the new template-based iostreams classes. g++
and egcs still have a version that looks like what is described in the
ARM or Stroustrup's 2nd edition (you are looking at the new 3rd edition).
A rewrite is being worked on.