DIP74 - where is at?

Freddy via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 10 23:06:05 PDT 2015


On Sunday, 11 October 2015 at 05:52:45 UTC, Freddy wrote:
> Speaking of DIP74 can't we just wrap a class in a struct with 
> use reference counting with and use alias this?

Also how will DIP74 work with incremental compilation?
---
extern (D) class RcClass;

void func(RcClass a)
{
     //opps
     auto b = a;
     return;
}
---


More information about the Digitalmars-d mailing list