Quick int pointer allocation question

Steven Schveighoffer schveiguy at yahoo.com
Fri Sep 14 13:50:02 PDT 2012


On Fri, 14 Sep 2012 15:23:40 -0400, monarch_dodra <monarchdodra at gmail.com>  
wrote:

> Anybody know what the attribute "FINALIZE" (Finalize the data in this  
> block on collect) means?

Don't use it.

It specifies that the block is a D class instance, and so has a vtable  
with a finalizer referenced therein.

Obviously an int does not have that.

-Steve


More information about the Digitalmars-d-learn mailing list