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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 4 23:38:18 PDT 2011


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


Jose Garcia <jsancio at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


--- Comment #5 from Jose Garcia <jsancio at gmail.com> 2011-09-04 23:38:06 PDT ---
Why was this closed? The following code still failed:

import std.datetime;

shared static this()
{
  assert(UTC() !is null);
  assert(LocalTime() !is null);
}

void main() {}

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