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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #10 from Walter Bright <bugzi...@digitalmars.com> ---
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