On Mon, Feb 28, 2005 at 12:34:33PM -0500, Dan Weber wrote: > > Thanks for the fix. May I suggest the creation of a commonc++ list > container instead? The reason I suggested using std::list is because I > thought designing containers for everything is kinda stupid. Reuse > existing code. :) > > Dan
You are right, we should use a template to provide a common interface at least. The funny thing is we already have a template set in commonc++, though I think none of the templates there fits for this kind of linked lists. A new item for the TODO list... _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
