[Issue 6461] multiple definitions with typeid and multiobj
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 4 11:15:17 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=6461
Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
Severity|major |critical
--- Comment #13 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-06-04 22:15:14 MSD ---
Partial workaround:
One can try to detrigger the issue by minimizing module count i.e. for
`mylib.*` library which forces you projects to fail building create `mylib_all`
module with copied contents of all library files and replace `import mylib.`
with `import mylib_all; //mylib.` for easy replacing back once the issue is
fixed.
--
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