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

--- Comment #9 from monarchdo...@gmail.com ---
(In reply to hsteoh from comment #8)
> Even more reduced:
> -----
> import std.algorithm;
> void main()
> {       
>         auto x = "".splitter("").map!(a => a);
> }
> -----

Hum... I had already reduced it to that:
https://issues.dlang.org/show_bug.cgi?id=13257#c1

--

Reply via email to