[Issue 7855] Wrong module dtor order

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 9 01:42:00 PDT 2012


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


dawg at dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dawg at dawgfoto.de
         Resolution|                            |INVALID


--- Comment #1 from dawg at dawgfoto.de 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: -------


More information about the Digitalmars-d-bugs mailing list