December 17, 2012 [phobos] [D-Programming-Language/phobos] 46b612: fix Issue 9060 - std.range.chain and std.range.zip... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation