This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Refactor forward_list
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 17 Oct 2008 10:10:00 +0200
- Subject: Re: Refactor forward_list
- References: <48F7ED05.8010403@verizon.net>
Ed Smith-Rowland wrote:
> Greetings,
>
> In forward_list factored out some routines that construct sequences of
> nodes.
>
> Added some template technology to prevent (int, int, *) in ctors,
> insert, and merge from getting sent to (Iter, Iter, *) routines.
Excellent, applied (besides the new testcase which already exists in the
headers/forward_list subdir).
Can you add the dispatching machinery to assign too?
Thanks,
Paolo.