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]

Fwd: forward_list patch (2)


Resend...

Repost of patch to allow forward_list to employ non-standard pointers.
This patch includes changes to bits/forward_list.h/tcc and new
forward_list/ext_pointer patches.
Some changes were reverted: comparisons to 0, and use of 0 as pointer
arg in constructor calls.
This is dependent on the latest nonstd_pointer patch (4).

ChangeLog for this can be shortened to:
2008-11-02  Bob Walters <bob.s.walters@gmail.com>

       * include/bits/forward_list.h: Support non-standard pointers
       * include/bits/forward_list.tcc: Support non-standard pointers
       * testsuite/23_containers/forward_list/ext_pointer/*: Add new tests
        for forward_list<> using non-standard pointers via extptr_allocator.

Tested on darwin-i686
Bob

Attachment: forward_list.patch
Description: Binary data


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