pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unneccessary helper function


From: David Philippi
Subject: Re: Unneccessary helper function
Date: Fri, 7 Jun 2002 21:08:54 +0200
User-agent: KMail/1.4.1

On Friday 07 June 2002 20:51, David Philippi wrote:
> I'd propose to remove the helper and ask everyone to remember the correct
> method of list. It's unfortunate that some methods have different names
> across different containers.

Correcting myself *g* : merge() has the disadvantage of clearing the list 
beeing inserted, but there's still 
void insert(iterator i, InIter start, InIter end)
which can be used like 
my_list.insert( my_list.end(), append_list.begin(), append_list.end() )

Bye David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]