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]

[v3] update testsuite allocators to C++0x allocator API


2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * testsuite/util/testsuite_allocator.h (tracker_allocator::construct):
        Update to C++0x definition using type to construct as template
        parameter.
        (tracker_allocator::destroy): Likewise for type to destroy.
        (uneq_allocator::construct, uneq_allocator::destroy): Likewise.

I updated the various v3 allocators to use the C++0x API last week,
this does the same for the two test allocators.

Tested x86_64-linux, committed to trunk.

Attachment: test-allocs.txt
Description: Text document


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