[Issue 2500] template struct methods are left unresolved if imported from multiple modules
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 8 21:45:01 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2500
------- Comment #1 from 2korden at gmail.com 2008-12-08 23:44 -------
Oopps, I forgot to add some importannt information...
The compilation command sequence I used is:
# dmd a -c // ok
# dmd b -c // ok
# dmd c -c // ok
# dmd a.obj b.obj c.obj // link error
Error 42: Symbol Undefined _D1C12__T1TTC1A1AZ1T3fooMFZv
--- errorlevel 1
--
More information about the Digitalmars-d-bugs
mailing list