This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[v3] allocator typedef


This changes the typedef used to refer to the allocator parameter in
ext/pb_ds code to "allocator_type," from "allocator." This change
brings the policy-based data structure code into alignment with
existing conventions for such containers as vector, list, etc. 

More importantly, this is the first step in allowing some of the pb_ds
testing framework (random-based eh testing) to work with C++ and C++0x
containers. 

tested x86_64/linux
tested x86_64/linux performance

-benjamin

Attachment: p.20080604-1
Description: Text document


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