http://d.puremagic.com/issues/show_bug.cgi?id=5710
klickverbot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from klickverbot <[email protected]> 2012-07-30 11:14:54 PDT --- (In reply to comment #12) > If not, I think I can use UFCS to move > std.parallelism.map, reduce, etc. out of TaskPool w/o changing the call > syntax, > and work around this bug. I don't think you can, because D doesn't have ADL, so if somebody just has the TaskPool type, but not the module in scope, the free functions would not be found. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
