D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7092 - std.concurrency.receive does not accept free functions
Summary: std.concurrency.receive does not accept free functions
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other All
: P2 normal
Assignee: No Owner
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2011-12-10 13:19 UTC by David Nadlinger
Modified: 2012-02-10 06:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Nadlinger 2011-12-10 13:19:27 UTC
As reported by deadalnix on IRC. The culprit is likely std.concurrency using is(T == function) when trying to check for a function pointer.