https://issues.dlang.org/show_bug.cgi?id=15819
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Error: cannot resolve type |array(x) is ok but not |for temp.array(Range)(Range |x.array, giving |r) if (isIterable!Range && |contradicting error |!isNarrowString!Range && | |!isInfinite!Range) | |//static | |assert(is(typeof(temp.array | |))); | --
