[phobos] [D-Programming-Language/phobos] 46b612: fix Issue 9060 - std.range.chain and std.range.zip...
GitHub
noreply at github.com
Mon Dec 17 21:02:41 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 46b612de080bfd7c7a7d0fca090fd43f704acd00
https://github.com/D-Programming-Language/phobos/commit/46b612de080bfd7c7a7d0fca090fd43f704acd00
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M std/algorithm.d
M std/range.d
Log Message:
-----------
fix Issue 9060 - std.range.chain and std.range.zip cannot get frame pointer
Changes to avoid following two errors:
* "cannot access frame pointer"
* "field xxx must be initialized in constructor, because it is nested struct"
Commit: 3b683d99bfd85b89baaf6979320a356b375f4169
https://github.com/D-Programming-Language/phobos/commit/3b683d99bfd85b89baaf6979320a356b375f4169
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M std/algorithm.d
M std/range.d
Log Message:
-----------
Merge pull request #1004 from 9rnsr/fix9060
Issue 9060 - std.range.chain and std.range.zip cannot get frame pointer
Compare: https://github.com/D-Programming-Language/phobos/compare/cc3176ab76b2...3b683d99bfd8
More information about the phobos
mailing list