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] add C++11 allocator support to forward_list


I should get some of the allocator work out of my git tree while we're
in stage 1, this is for forward_list.

        * include/bits/forward_list.h: Add C++11 allocator support.
        * include/bits/forward_list.tcc: Likewise.
        * doc/xml/manual/status_cxx2011.xml: Update.
        * testsuite/23_containers/forward_list/allocator/copy.cc: New.
        * testsuite/23_containers/forward_list/allocator/copy_assign.cc: New.
        * testsuite/23_containers/forward_list/allocator/minimal.cc: New.
        * testsuite/23_containers/forward_list/allocator/move_assign.cc: New.
        * testsuite/23_containers/forward_list/allocator/noexcept.cc: New.
        * testsuite/23_containers/forward_list/allocator/swap.cc: New.

Tested x86_64-linux, committed to trunk.

Attachment: patch.txt
Description: Text document


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