http://d.puremagic.com/issues/show_bug.cgi?id=7855
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from [email protected] 2012-04-09 01:42:41 PDT --- You mixed "static shared this()" into a class. As shared and static are not applicable for a constructor they are ignored (see #3118). A module constructor needs to be "shared static this()" -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
