[Issue 13864] tuple expand causes range violation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 16 08:13:16 PST 2014


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

--- Comment #3 from Vlad Levenfeld <vlevenfeld at gmail.com> ---
this works as well:

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

--


More information about the Digitalmars-d-bugs mailing list