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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 21 12:47:37 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8836



--- Comment #3 from github-bugzilla at puremagic.com 2012-10-21 12:47:33 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/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 called with argument types ((void function())) matches
both f(void function() fn) and f(void delegate() dg)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list