[Issue 8240] std.algorithm.joiner and empty inputRangeObject

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 14 21:50:57 PDT 2012


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



--- Comment #1 from github-bugzilla at puremagic.com 2012-06-14 21:53:08 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/bf1a32fdfc7f32af9304f4399410d3ee3fb9a2c9
fix Issue 8240 - std.algorithm.joiner and empty inputRangeObject

In this case, _current member is invalid at the start of iteration.
Then joiner should have additional member _valid_current.

https://github.com/D-Programming-Language/phobos/commit/0b48d8e3717a30be230ff7c56db1026c075313e7
Merge pull request #632 from 9rnsr/fix8240

Issue 8240 - std.algorithm.joiner and empty inputRangeObject

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