[Issue 8257] __traits(compiles) gives compile error

2012-10-20 Thread d-bugmail
/95d00b2f0ae25d74e0091d17d5537232b8339fd4 Fix issue 8257 __traits(compiles) gives compile error v.staticfunc is a function pointer, not a delegate. Change it into (v, typeof(v).staticfunc) https://github.com/D-Programming-Language/dmd/commit/349edf2f8fa130d49ce2361aad2ffa03f6cd55a7 Merge pull request #1194 from donc

[Issue 8257] __traits(compiles) gives compile error

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8257 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8257] __traits(compiles) gives compile error

2012-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8257 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---