[your code here]

Peter Alexander peter.alexander.au at gmail.com
Thu Jan 31 02:58:47 PST 2013


On Thursday, 31 January 2013 at 08:42:48 UTC, Roumen Roupski 
wrote:
> 	finally
> 	{
> 		delete m1;
> 		delete m2;
> 	}

D has a GC. No need for manual deletion.

(In fact, I think this is deprecated? Or scheduled for removal? 
Or maybe neither. Who knows).


More information about the Digitalmars-d mailing list