[Issue 15480] std.algorithm.iteration.map not accepting multiple lambdas
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 27 06:52:08 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15480
--- Comment #1 from karthikeyan <tir.karthi at gmail.com> ---
I took a local copy of the std.algorithm.iteration as myiteration.d and used it
for debugging. Commenting out the following two lines make this work
https://github.com/D-Programming-Language/phobos/blob/master/std/algorithm/iteration.d#L461-L463.
I don't know why that fails.
--
More information about the Digitalmars-d-bugs
mailing list