SGI STL patch

Oleg Krivosheev kriol@fnal.gov
Tue Oct 28 15:58:00 GMT 1997


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




More information about the Gcc mailing list