[Issue 13864] tuple expand causes range violation

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


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

--- Comment #5 from Vlad Levenfeld <vlevenfeld at gmail.com> ---
It only seems to happen with T[] types, struct with opIndex to catch and print
args confirms that the tuple expand call just resolves to a 0 int. Np luck
catching it with gdb so far, the violation goes off as soon as that line is
reached.

--


More information about the Digitalmars-d-bugs mailing list