On Mon, 17 Nov 2014 15:41:25 +0000
Andre via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:

>       ~this()
>       {
>               foreach(cp; this._columns)
>               {       
>               }
>       }
don't do that in destructors. `_columns` field can be already collected
by GC.

Attachment: signature.asc
Description: PGP signature

Reply via email to