https://issues.dlang.org/show_bug.cgi?id=17092
berni44 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #2 from berni44 <[email protected]> --- Shorter example: void main() { import std.algorithm : map; import std.parallelism : taskPool; taskPool.reduce!"a + b"(map!(a=>1)([1,2,3])); } *** This issue has been marked as a duplicate of issue 16705 *** --
