will stl::list clear will call delete if a list container pointer??

Hi

I'm having a list<int*> a;

if I do a.clear() the will it call delete for the pointers variable in the list??

Thanks
No. What if you filled it with pointers to static objects?
Topic archived. No new replies allowed.