Thread overview
[Issue 13484] Template type deduction from delegate parameter fails
Sep 16, 2014
Robert Luger
Sep 17, 2014
Kenji Hara
September 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13484

Robert Luger <weltensturm@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |weltensturm@gmail.com

--
September 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13484

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4000

--
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13484

--- Comment #2 from github-bugzilla@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

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13484

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 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

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

--