This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


This continues allocator cleanup. Part 1 was cleanup for vector, deque, list, and hash_*. Part 2 is cleanup for vector<bool>, map/set/multiset/multimap, and slist. Still to do: rope, the other allocators in ext, and (once that work is done) cleanup of the interface in <memory>.

Tested on Linux. It doesn't break the bootstrap, and it doesn't cause regressions in the libstdc++ test suite.

OK to commit?

--Matt


Attachment: stl2.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]