[Issue 17092] [REG 2.069.0] cannot get frame pointer from TaskPool.reduce

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 12 16:28:24 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=17092

berni44 <bugzilla at d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at d-ecke.de
         Resolution|---                         |DUPLICATE

--- Comment #2 from berni44 <bugzilla at d-ecke.de> ---
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 ***

--


More information about the Digitalmars-d-bugs mailing list