diff 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
line wrap: on
line diff
--- a/wisdom/raii	Tue May 16 00:18:31 2017 +0000
+++ b/wisdom/raii	Thu May 18 00:52:01 2017 +0000
@@ -1,1 +1,1 @@
-RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.
+RAII means you deallocate in the destructor. There is no 'initializer' involved.