[phobos] [D-Programming-Language/phobos] bf1a32: fix Issue 8240 - std.algorithm.joiner and empty in...
GitHub
noreply at github.com
Thu Jun 14 21:50:43 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: bf1a32fdfc7f32af9304f4399410d3ee3fb9a2c9
https://github.com/D-Programming-Language/phobos/commit/bf1a32fdfc7f32af9304f4399410d3ee3fb9a2c9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-14 (Thu, 14 Jun 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
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.
Commit: 0b48d8e3717a30be230ff7c56db1026c075313e7
https://github.com/D-Programming-Language/phobos/commit/0b48d8e3717a30be230ff7c56db1026c075313e7
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-06-14 (Thu, 14 Jun 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #632 from 9rnsr/fix8240
Issue 8240 - std.algorithm.joiner and empty inputRangeObject
Compare: https://github.com/D-Programming-Language/phobos/compare/63732aed0b96...0b48d8e3717a
More information about the phobos
mailing list