summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/stl/defalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/stl/defalloc.h')
-rw-r--r--contrib/libstdc++/stl/defalloc.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/libstdc++/stl/defalloc.h b/contrib/libstdc++/stl/defalloc.h
index 49690f8..0bfcc2c 100644
--- a/contrib/libstdc++/stl/defalloc.h
+++ b/contrib/libstdc++/stl/defalloc.h
@@ -15,12 +15,13 @@
// 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
OpenPOWER on IntegriCloud