Finalize GC memory

Steven Schveighoffer schveiguy at yahoo.com
Tue Jun 18 06:41:34 PDT 2013


On Tue, 18 Jun 2013 09:34:44 -0400, Namespace <rswhite4 at googlemail.com>  
wrote:

>> Be careful what hidden members you call, some of them are not what you  
>> think they are.
> For example?

For example, __dtor may not be the full destructor, but just the code  
represented by ~this().  I think this is the case for structs.

I have a bug report somewhere, let me see...

Oops, not my bug, but I commented on it :)  See comment 6 from Kenji:

http://d.puremagic.com/issues/show_bug.cgi?id=5667#c6

-Steve


More information about the Digitalmars-d-learn mailing list