[Insight-developers] List of smart pointers

Julien Jomier jjomier@cs.unc.edu
Wed, 30 Oct 2002 22:58:14 -0500


Hi all,

I have a problem deleting a list of smart pointers.
When I do a "list.clear()" it seems that the header of
the smart pointer is still in memory, isn't it ?

Is there a way to delete completly the list?
Should I use a list of raw pointers instead ?

Thanks

Julien