[Issue 13805] Nested struct initialization error

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 1 17:40:28 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13805

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/463fe6931136d1743279b98d30577c523f4efb30
Fix Issue 13805 - groupBy over nested struct range

GroupByImpl needs to initialize _prev directly in the constructor when it is of
a nested struct range.

https://issues.dlang.org/show_bug.cgi?id=13805

https://github.com/D-Programming-Language/phobos/commit/e9ee55c6759f30c0b89c329fb62a3c80974e72b9
Merge pull request #2832 from Poita/Issue13805

Fix Issue 13805 - groupBy over nested struct range

--


More information about the Digitalmars-d-bugs mailing list