[Issue 6113] singletons in std.datetime are not created early enough

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 6 00:04:46 PDT 2011


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


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com


--- Comment #2 from Brad Roberts <braddr at puremagic.com> 2011-06-06 00:00:14 PDT ---
While changing them to shared static ctors is a good change, I there might well
be a real bug here anyway.

For the main thread's initialization, should it run through all shared static
ctors then all non-shared static ctors as two passes?  Or, should it run
through all shared static and non-shared statics together in one pass?

-- 
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