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

--- Comment #2 from Vlad Levenfeld <[email protected]> ---
I'm using git HEAD, I still get the range violation. Not only that but this:

        auto y = x[0];
        auto z = x[0.tuple.expand]; // ok

runs fine. (got rid of writeln)

but also this:

        auto y = x[0];
        writeln (x[0.tuple.expand]); // ok

and this:
        writeln  (x[0]);
        auto z = x[0.tuple.expand]; // ok

not sure whats going on, I just recompiled dmd from the latest

--

Reply via email to