On Mon, 17 Nov 2014 15:41:25 +0000 Andre via Digitalmars-d-learn <[email protected]> wrote:
> ~this()
> {
> foreach(cp; this._columns)
> {
> }
> }
don't do that in destructors. `_columns` field can be already collected
by GC.
signature.asc
Description: PGP signature
