[Issue 13484] Template type deduction from delegate parameter fails

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 19 04:32:10 PDT 2014


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

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

https://github.com/D-Programming-Language/dmd/commit/bfa9a0007f6fd815ed2920a045c63c7f7b52a0a9
fix Issue 13484 - Template type deduction from delegate parameter fails

The implicit conversion of expressions to delegates was added in 0.165
(a2b1fa4978948ca4d293c38666bd607c03ba791a,
http://www.digitalmars.com/d/1.0/changelog2.html#new0165), but it was replaced
with lazy parameter.

https://github.com/D-Programming-Language/dmd/commit/c83986a35b2ef1616b214a9ecda17ff1db682c55
Merge pull request #4000 from 9rnsr/fix13484

Issue 13484 - Template type deduction from delegate parameter fails

--


More information about the Digitalmars-d-bugs mailing list