Hacker News new | past | comments | ask | show | jobs | submit
Is there another option? Or were you asking if it leaks memory?

Maybe you were asking if it implements custom destructors? GC?

> Or were you asking if it leaks memory?

yeah,

If variable c where of type void* instead of duck<Container>, the assignment on line 13 would leak the memory used by the vector<int>.