algorithm [...]: Update to SGI STL 3.11.
[gcc.git] / libstdc++ / stl / defalloc.h
index 49690f8d6e070347710146b8fc914b082a35f38f..0bfcc2c20a51d42f3e6ba252925c4c14799d1218 100644 (file)
 
 // Inclusion of this file is DEPRECATED.  This is the original HP
 // default allocator.  It is provided only for backward compatibility.
-// 
+// This file WILL BE REMOVED in a future release.
+//
 // DO NOT USE THIS FILE unless you have an old container implementation
-// that requires an allocator with the HP-style interface.  SGI STL
-// uses a different allocator interface.  SGI-style allocators are not
-// parametrized with respect to the object type; they traffic in void *
-// pointers.  This file is not included by any other SGI STL header.
+// that requires an allocator with the HP-style interface.  
+//
+// Standard-conforming allocators have a very different interface.  The
+// standard default allocator is declared in the header <memory>.
 
 #ifndef DEFALLOC_H
 #define DEFALLOC_H