[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8836 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-21 Thread d-bugmail
/b927f9875086428f76137247409859a99e2b867c fix Issue 8836 - function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg) https://github.com/D-Programming-Language/dmd/commit/c639d6248a081aeed89bfbda1c4be367e91fc1da Merge pull request #1193 from 9rnsr/fix8836 Issue 8836 - function

[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8836 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 2012

[Issue 8836] function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8836 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Kenji H