[Issue 1186] New: Bind needs a small fix

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 24 07:35:32 PDT 2007


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

           Summary: Bind needs a small fix
           Product: D
           Version: 1.013
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: h3r3tic at mat.uni.torun.pl


The line 764 in bind.d :
alias tmp.prependT!(T) res;

... should read:
alias tmp.meta.prependT!(T) res;

... in order to walk around a bug where DMD complains about prependT not being
a member of Tuple

Thanks,
Tom


-- 



More information about the Digitalmars-d-bugs mailing list