__dtor vs __xdtor

HyperParrow via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 11 10:02:20 PDT 2017


On Friday, 11 August 2017 at 16:53:02 UTC, bitwise wrote:
> What do they do?
> What's the difference?
>
> Thanks

__xdtor() also calls the __dtor() that are mixed with template 
mixins while __dtor() only call the __dtor() that matches to the 
normal ~this(){}


More information about the Digitalmars-d-learn mailing list