DMD 0.175 release

Walter Bright newshound at digitalmars.com
Sat Nov 25 17:06:52 PST 2006


Thomas Kuehne wrote:
> Should the following allocate the class on the stack or not?
> #
> # scope Object o;
> # o = new Object;
> #

Not. But it will get RAII destructed.



More information about the Digitalmars-d-announce mailing list