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


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



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