More radical ideas about gc and reference counting

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 30 13:58:37 PDT 2014


On 4/30/14, 1:56 PM, Timon Gehr wrote:
>
> struct S{
>      ~this(){ /* ... */ }
>      /* ... */
> }
>
> class C{
>      S s;
> }
>
> ?

By hand, as I mentioned. -- Andrei



More information about the Digitalmars-d mailing list