Hacker News new | ask | show | jobs
by Dylan16807 879 days ago
> I can imagine a smart pointer that actually accomplished the stated goal.

Can you elaborate on that?

If it requires you to free correctly, then you can just use plain C and the smart pointer isn't accomplishing anything. If it doesn't require that, how does it work?