Hacker News new | ask | show | jobs
by nyanpasu64 1735 days ago
I suppose RAII is an old concept, but move semantics allowing RAII to transfer ownership and avoid manual new/free of non-copied resources was uncommon until C++11.