Hacker News new | ask | show | jobs
by 0xffff2 2530 days ago
Yes, if you leak resources, their destructors won't be called. That really has nothing at all to do with move semantics though. I think the important point is that move semantics don't alter the lifetime management of the moved-from object.