http://d.puremagic.com/issues/show_bug.cgi?id=11114
--- Comment #16 from Denis Shelomovskij <[email protected]> 2013-10-15 05:43:47 MSD --- (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #13) > > > I'm asking if the reason, in your code, it isn't in the imported > > > libraries is > > > because it is behind a version declaration? > > > > Impossible. The symbol belongs to the final executable-compiled project (it > > is > > a template from the library instantiated with project's own types) which is > > compiled in a single dmd call as I already have written. > > If it is compiled in one a single dmd call, then it wouldn't be linking in > other libraries? It links in other libraries. But other libraries can't contain symbols consisting of types they don't know about. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
