This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Changing forward_list for extended pointers
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Cc: Bob Walters <bob dot s dot walters at gmail dot com>
- Date: Thu, 16 Oct 2008 01:45:05 +0200
- Subject: 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.