[Issue 11149] Runtime.args no longer available in static constructors.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 26 15:11:06 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11149



--- Comment #23 from Jacob Carlborg <doob at me.com> 2013-10-26 15:11:03 PDT ---
Another idea that could work is to not use .ctor for the shared module
constructors, as before. Then have a single .ctor that initializes the runtime.
The shared module constructors would be run from C main/rt_init as before.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list