https://issues.dlang.org/show_bug.cgi?id=8257
Andrei Alexandrescu changed:
What|Removed |Added
Version|D1 & D2 |D2
--
http://d.puremagic.com/issues/show_bug.cgi?id=8257
Walter Bright changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
/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 f
http://d.puremagic.com/issues/show_bug.cgi?id=8257
Don changed:
What|Removed |Added
CC||clugd...@yahoo.com.au
--- Comment #1 from Don 2