January 22, 2009 [Issue 2602] New: std.bind doesnt work | ||||
---|---|---|---|---|
| ||||
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 [Issue 2602] std.bind doesnt work | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | 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 *** -- |
Copyright © 1999-2021 by the D Language Foundation