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

           Summary: improper toCBuffer of funcexp
           Product: D
           Version: 1.041
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzi...@digitalmars.com
        ReportedBy: dav...@126.com


should be:
void FuncExp::toCBuffer(OutBuffer *buf, HdrGenState *hgs)
{
    fd->toCBuffer(buf, hgs);
}


-- 

Reply via email to