https://issues.dlang.org/show_bug.cgi?id=19544
--- Comment #2 from Ate Eskola <[email protected]> --- Forum theard here: https://forum.dlang.org/post/[email protected] A concrete test case: ---------- import std; struct HasCC { inout this(ref inout typeof(this)){} } void main() { auto iro = repeat(HasCC.init).inputRangeObject; } ---------- --
