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]

Changing forward_list for extended pointers


Hi Bob,

before touching std::list or any other ABI-fixed container, I think the
newly added std::forward_list is ideally suited for experimenting with
the extended pointers changes: if I remember correctly I think we should
add an _Alloc template parameter to _Fwd_list_*_iterator, instantiate
for _Tp_alloc_type + minor tweaks. Care to prepare a patch?

Thanks,
Paolo.


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