Mac Apps That Use Garbage Collection Must Move to ARC

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 22 10:14:22 PST 2015


On Sunday, 22 February 2015 at 16:15:44 UTC, Manu wrote:
> I can't overload on 'scope'. How can I create a scope
> constructor/destructor/postblit that doesn't perform the ref 
> fiddling?
>
> On a tangent, can I pass rvalues to ref args now? That will 
> massively
> sanitise linear algebra (matrix/vector) code big time!

The return ref thing is a feature that do not pay for itself.


More information about the Digitalmars-d mailing list