This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
libstdc++ - version 3 default allocator
- From: Sameer Atre <sameer dot atre at capsilon dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 05 Jul 2005 16:11:38 +0530
- Subject: libstdc++ - version 3 default allocator
- Reply-to: sameer dot atre at capsilon dot com
Hi,
The older version of libstdc++ (version 2) had a macro
__STL_DEFAULT_ALLOCATOR which could be used for redefining the default
allocator for all STL containers in a program.
How can I get the same behaviour in version 3 of libstdc++ when I want
to change the default allocator for all containers.
Regards,
sameer