This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New STL implementation from SGI
- To: Nathan Myers <ncm at cygnus dot com>
- Subject: Re: New STL implementation from SGI
- From: Andi Kleen <ak at muc dot de>
- Date: 03 Jul 1998 20:17:11 +0200
- Cc: egcs at cygnus dot com
- References: (Peter, Simons), <x7sokk1h55.fsf.cygnus.egcs@peti.gmd.de> <359C055B.7E6DB330@cygnus.com>
Nathan Myers <ncm@cygnus.com> writes:
> Peter Simons wrote:
>
> > I just checked the latest STL release from SGI and was pleased to see
> > that auto_ptr and a few other things have been fixed/added. I notice,
> > though, that the latest egcs snapshot (obtained via CVS today) does
> > still have the old STL implementation. Are there any plans to upgrade
> > to the new STL before the next release?
>
> Probably we should do that.
I have another related question. Does the all-singing, all-dancing, promised
rewriten GNU C++ Library only cover the non STL parts [and still relies on
the SGI codebase], or does it include a rewriten STL too?
-Andi