https://d.puremagic.com/issues/show_bug.cgi?id=9506
Peter Alexander <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #7 from Peter Alexander <[email protected]> 2014-02-07 15:44:35 PST --- I don't think this is a bug. Since the array is in a class, it is essentially passed by reference and range algorithms generally mutate ranges. Any class range will be consumed by writeln. I think it would be a bug if the range was not consumed. Implicit conversions make this quite tricky to track though. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
