[Issue 14846] Insufficient context deduction with implicit nested lambda
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 29 15:51:23 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14846
--- Comment #2 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/5cdf726149c588ce95e25bdaaee23f8a8949e48a
Supplemental fix for issue 14846
`new Input!(Range, ErrorLevel)` should take the `input` parameter to initialize
its field by that, because: if `Range` is a nested struct, its context pointer
is not accessible from inside CsvReader.
https://github.com/D-Programming-Language/phobos/commit/4abd9533761e3043438dc8e7c6dcbc0687800789
Merge pull request #3519 from 9rnsr/fix14846
Supplemental fix for issue 14846
--
More information about the Digitalmars-d-bugs
mailing list