https://issues.dlang.org/show_bug.cgi?id=23177

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Walter Bright <[email protected]> ---
The ModuleInfo is necessary for static construction. For a DLL, the static
construction is handled by DllMain. If the ModuleInfo is exported, the user of
the dll will run the static constructors again.

--

Reply via email to