More radical ideas about gc and reference counting

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 30 14:15:50 PDT 2014


On Wed, Apr 30, 2014 at 02:13:32PM -0700, Andrei Alexandrescu via Digitalmars-d wrote:
> On 4/30/14, 2:09 PM, Timon Gehr wrote:
> >On 04/30/2014 10:58 PM, Andrei Alexandrescu wrote:
> >>On 4/30/14, 1:56 PM, Timon Gehr wrote:
> >>>
> >>>struct S{
> >>>     ~this(){ /* ... */ }
> >>>     /* ... */
> >>>}
> >>>
> >>>class C{
> >>>     S s;
> >>>}
> >>>
> >>>?
> >>
> >>By hand, as I mentioned. -- Andrei
> >>
> >
> >I meant, is it going to be deprecated too?
> 
> No, that will continue to be allowed. -- Andrei

Then what is it going to do? S.~this will never get called?


T

-- 
Never wrestle a pig. You both get covered in mud, and the pig likes it.


More information about the Digitalmars-d mailing list