January 22, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2602

           Summary: std.bind doesnt work
           Product: D
           Version: 2.023
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: site.puremagic.com@brianguertin.com


I cant seem to get std.bind to do anything anymore

import std.bind;

void foo() {
}

void main() {
    auto dg = bind(&foo);
}


$ dmd test.d
... std/traits.d(96): Error: argument EmptySlot to typeof is not an expression


-- 

January 22, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2602


rayerd.wiz@gmail.com changed:

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




------- Comment #1 from rayerd.wiz@gmail.com  2009-01-22 10:13 -------


*** This bug has been marked as a duplicate of 1541 ***


--