Hacker News new | ask | show | jobs
by pjmlp 2208 days ago
However RAII does not prevent use-after-move, which is how use-after-free happens with std::unique_ptr.

And sadly, most recent C++ surveys place the use of static anaylsis tooling at around 50%.