# HG changeset patch # User HackBot # Date 1495068721 0 # Node ID bfd7a53531dfe4a0c7fd308b31143f6d65c73127 # Parent 6e015376b1805847aba62554a876ce4b97312a34 slwd raii//s,allocate in the constructor and ,, diff -r 6e015376b180 -r bfd7a53531df wisdom/raii --- 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.