This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SGI STL patch
- To: austern at sgi dot com
- Subject: Re: SGI STL patch
- From: Oleg Krivosheev <kriol at fnal dot gov>
- Date: Tue, 28 Oct 1997 17:41:36 -0600 (CST)
- cc: Boris Fomitchev <fbp at metabyte dot com>, Jason Merrill <jason at cygnus dot com>, Joe Buck <jbuck at synopsys dot com>, drepper at cygnus dot com, egcs at cygnus dot com, stl at sgi dot com
Hi,
> This is very similar, but not identical, to the snapshot that I mailed
> to Jason last week. I've been doing more tests with other compilers, and
> I found that I had to modify the include structure to keep Borland happy.
> (Borland does strange and magical things when you try to #include a file
> that has no extension.)
>
> This is a major reorganization, but there are actually very few new
> features per se. Mostly, this is just about putting things into
> namespace std, and into ANSI/ISO-style header names, while still
> preserving source compatibility with earlier versions.
>
> --Matt
looks like defalloc.h now is not included into
<memory> so definition of default allocator and
specialization allocator<void> are lost.
regards
OK