http://d.puremagic.com/issues/show_bug.cgi?id=8856

           Summary: import inside function sometimes causes link errors
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: thelastmamm...@gmail.com


--- Comment #0 from thelastmamm...@gmail.com 2012-10-19 18:18:13 PDT ---
I sometimes get link errors eg:

void fun(){
    import mypackage.mymodule;
    mypackage.mymodule.myfun(); //might cause link error, depending on contents
of myfun
}

(cf http://forum.dlang.org/thread/xdonaxnahmonhyafh...@forum.dlang.org)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to