[Issue 7092] New: std.concurrency.receive does not accept free functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 10 13:19:28 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7092
Summary: std.concurrency.receive does not accept free functions
Product: D
Version: D2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: code at klickverbot.at
--- Comment #0 from klickverbot <code at klickverbot.at> 2011-12-10 13:19:27 PST ---
As reported by deadalnix on IRC. The culprit is likely std.concurrency using
is(T == function) when trying to check for a function pointer.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list