[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Unneccessary helper function
|
From: |
David Philippi |
|
Subject: |
Unneccessary helper function |
|
Date: |
Fri, 7 Jun 2002 20:51:36 +0200 |
|
User-agent: |
KMail/1.4.1 |
I've just found ListHelper.hh.
The statement that STL list doesn't provide append is correct. But there is a
method "void merge(list<T> &)".
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.
Bye David
- Unneccessary helper function,
David Philippi <=