http://d.puremagic.com/issues/show_bug.cgi?id=7261



--- Comment #2 from SHOO <zan77...@nifty.com> 2012-02-04 23:47:11 PST ---
import std.parallelism;
void func() { }
void main()
{
    taskPool.put(task(&func));
}
-----------------
I can compile this code in dmd2.057, but cannot compile it in git head.
(dmd displays similar error message.)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to