changeset 10903:bfd7a53531df

<shachaf> slwd raii//s,allocate in the constructor and ,,
author HackBot
date Thu, 18 May 2017 00:52:01 +0000
parents 6e015376b180
children bb7070c6c5ff
files wisdom/raii
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.