view wisdom/raii @ 9710:a389b33b1a47

<oerjan> ` mv bin/whoops{s,}
author HackBot
date Thu, 17 Nov 2016 17:27:02 +0000
parents de3812789118
children bfd7a53531df
line wrap: on
line source

RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.