view wisdom/raii @ 6598:faa8621ee37e

<oerjan> ` cp ibin/{underload,slashes}; sed -i \'s!interps.*!bin/slashes"!\' ibin/slashes
author HackBot
date Thu, 28 Jan 2016 00:43:55 +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.