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: SGI STL patch


Actually, that has always been true.  I think you'll find that no other
STL header includes, or included, defalloc.h.  It is deprecated (it's
the original HP allocator), and it is included only for backward
compatibility.

			--Matt

On Oct 28,  5:41pm, Oleg Krivosheev wrote:
> Subject: Re: SGI STL patch
>
> 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
>-- End of excerpt from Oleg Krivosheev




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