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:58:30 -0600 (CST)
- cc: Oleg Krivosheev <kriol at fnal dot gov>, 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
On Tue, 28 Oct 1997, Matt Austern wrote:
> 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
hmm...
from CD2, december 1996:
20.4 Memory [lib.memory]
Header <memory> synopsis
namespace std {
// clause _lib.default.allocator_, the default allocator:
template <class T> class allocator;
template <> class allocator<void>;
.......................
class allocator<T> is declared only in defalloc.h
is it removed from the latest draft ?
OK