annotate wisdom/raii @ 10903:bfd7a53531df

<shachaf> slwd raii//s,allocate in the constructor and ,,
author HackBot
date Thu, 18 May 2017 00:52:01 +0000
parents de3812789118
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10903
bfd7a53531df <shachaf> slwd raii//s,allocate in the constructor and ,,
HackBot
parents: 5854
diff changeset
1 RAII means you deallocate in the destructor. There is no 'initializer' involved.