http://d.puremagic.com/issues/show_bug.cgi?id=9207
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-01-03 20:16:40 PST --- This is because popFront() is not defined for an immutable array, so isInputRange!(typeof(names2)) is false. I don't know how one could get around this problem, since an immutable array is, by definition, immutable, so popFront() cannot possibly be valid on such an array. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
