April 24, 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@digitalmars.com
        ReportedBy: h3r3tic@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


-- 

July 01, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1186


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-07-01 13:29 -------
Fixed DMD 1.018 and DMD 2.002


--