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]

[patch] fix libstdc++/57263


        PR libstdc++/57263
        * include/bits/forward_list.h (_Fwd_list_base): Convert to/from
        allocator's pointer type.
        * include/bits/hashtable.h (_Hashtable): Likewise.
        * testsuite/util/testsuite_allocator.h (CustomPointerAlloc): Add.
        * testsuite/23_containers/forward_list/allocator/ext_ptr.cc: New.
        * testsuite/23_containers/unordered_set/allocator/ext_ptr.cc: New.
        * testsuite/23_containers/vector/allocator/ext_ptr.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]