[Issue 8061] std.algorithm.joiner breaks when used with InputRangeObject

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 20 09:44:47 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8061



--- Comment #9 from hsteoh at quickfur.ath.cx 2012-12-20 09:44:44 PST ---
In the case of [Front]Transversal, you're right, we only iterate across the
fronts of the elements in the range, so we never pop those elements ourselves.
So I guess it's OK.

But yeah, we need to review all the RoR code to make sure everything is OK. I
think std.array.join may also suffer from the same problem, I'll have to check.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list