view wisdom/raii @ 9243:8356cf75e843

<oerjan> mkx bin/nhlp//hg log "$@" | sed \'s/\\(<[^>]*\\)\\([^>]>\\)/\\1\\x0F\\2/g\'
author HackBot
date Thu, 13 Oct 2016 00:03:54 +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.