https://issues.dlang.org/show_bug.cgi?id=12202
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice Severity|normal |critical --- Comment #1 from [email protected] --- Reduced test case: ------ struct S(T) { import std.range; } unittest { auto a1 = S!int(); foreach(i, e; a1) { } } ------ Seems this has nothing to do with sortedRange, it's a compiler bug. --
