5 ms·
Is there another option? Or were you asking if it leaks memory? Maybe you were asking if it implements custom destructors? GC?
by rycomb 2mo ago
Is there another option? Or were you asking if it leaks memory?
Maybe you were asking if it implements custom destructors? GC?
- schaefer 2mo ago> 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>.