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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 8 14:43:22 PDT 2012


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



--- Comment #1 from William Moore <nyphbl8d at gmail.com> 2012-05-08 14:44:42 PDT ---
This appears to be a result of the inner ranges not being .saved properly when
the joiner is .saved, the outer range is an array, and the inner ranges are not
pass-by-value types.  Joiner probably needs to be aware of and handle
array-like outer ranges better.

-- 
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