This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: default allocator templ arg for map and multimap
- To: Benjamin Kosnik <bkoz at cygnus dot com>
- Subject: Re: default allocator templ arg for map and multimap
- From: scott snyder <snyder at d0sgibnl1 dot fnal dot gov>
- Date: Wed, 19 Apr 2000 17:02:47 CDT
- cc: libstdc++ at sourceware dot cygnus dot com
>scott, this stuff is in. There were two small patches, one bigger
>patch. I think I got everything (it compiles, runs 'make check') but
>please let me know if I missed anything.
hi -
The second small patch superseded the first, but what's now in cvs looks
fine. (Except the changelog entry below got duplicated.)
thanks,
sss
2000-04-18 scott snyder <snyder@fnal.gov>
* stl/bits/stl_map.h (class map): Fix default for _Alloc template
parameter. Get rid of use of __STL_DEFAULT_ALLOCATOR and
__STL_LIMITED_DEFAULT_TEMPLATES macros.
* stl/bits/stl_multimap.h (class multimap): Likewise. Get rid of
use of __STL_DEPENDENT_DEFAULT_TMPL macro.