Static constructors

terranium spam at here.lot
Sat Apr 26 13:27:50 PDT 2008


Docs say:
A static constructor is defined as a function that performs initializations before the main() function gets control.

But gc is initialized only *in* the main function (gc_init function) - is it normal to execute D code before gc initialization?



More information about the Digitalmars-d mailing list