Regression?
Jack Stouffer via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Dec 8 10:26:30 PST 2015
On Wednesday, 9 September 2015 at 01:35:26 UTC, Sebastiaan Koppe
wrote:
>
> Thanks for your advice. But that is not what I asked for.
>
> The question was, why doesn't this work anymore with the latest
> (2.068.0 and 2.068.1) compiler:
>
> ```
> auto ls =
> File("../languages.json","r").byLineCopy().joiner.parseJSON();
> ```
>
> It should. Right?
I just ran into this as well. This seems like a regression.
More information about the Digitalmars-d-learn
mailing list