[libstdc++] PATCH: STL allocator cleanup, part 1

Matt Austern austern@apple.com
Thu Dec 18 19:02:00 GMT 2003


On Dec 17, 2003, at 11:52 AM, Paolo Carlini wrote:

> Matt Austern wrote:
>
>> I mentioned a few weeks ago that I was working on cleaning up the use 
>> of allocators in the STL part of libstdc++.  This is a patch for the 
>> first part of that work, to give people a better idea of where I'm 
>> planning to go.  This part is complete in itself, and I've tested it 
>> on Linux (I've verified that it doesn't break the libstdc++ or 
>> libjava build on Linux and that it doesn't introduce libstdc++ 
>> regressions), so first of all: OK to commit to mainline?
>
> Definitely OK with me, let's wait a bit for another maintainer 
> opinion, though...
>
>> 2. Do the same thing for the remaining containers: vector<bool>, the 
>> four standard associative containers, rope, and slist.  (If anyone 
>> would like to volunteer to do rope, I'd appreciate it.)
>
> I'd like to help for rope, closely following your example.

Thanks!  I've now checked in the changes to list, vector, deque, and 
the four hash containers.  I'll do vector<bool>, the four associative 
containers, and slist next.

If you've got any questions about rope, please let me know.  And if you 
find it too much of a nuisance, I can just go ahead with it.

			--Matt



More information about the Libstdc++ mailing list