[Issue 13257] [REG2.067a] Deprecation message when using std.getopt with string[] parameter

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 8 13:07:14 PDT 2014


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

--- Comment #9 from monarchdodra at 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

--


More information about the Digitalmars-d-bugs mailing list