[Issue 8504] Template attribute inferrence doesn't work

2013-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8504 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8504] Template attribute inferrence doesn't work

2013-01-22 Thread d-bugmail
/f9d53eb403cbe29310cc501ad099acddb71cac75 fix Issue 8504 - Template attribute inferrence doesn't work https://github.com/D-Programming-Language/dmd/commit/6344a72ac2e2e597110891f7aed4b998d58f61fd Merge pull request #1096 from 9rnsr/fix8504 Issue 8504 - Template attribute inferrence doesn't work -- Configure issuemail: http

[Issue 8504] Template attribute inferrence doesn't work

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8504 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-01-21 23:04:02 PST --- A simple test case from: http://d.puremagic.com/issues/show_bug.cgi?id=6902#c6 cat bug.d CODE void a() { function void() { }(); } void b() { static void

[Issue 8504] Template attribute inferrence doesn't work

2012-08-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8504 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code