Quick Q: Is it possible to have automatically generated destructors in C++? -- StackOverflow
Quick A: Yes, and we do!
Recently on SO -- the selected answer is the correct one:
Is it possible to have automatically generated destructors in C++?
It is too big burden to do it by ourselves all the time. Is it so hard for the compiler to generate destructors? Can't it detect what is a "resource" and release it in the destructor?

A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the
The solution to the latest GotW problem is now available:
This morning, LLVM version 3.4 was released!