http://d.puremagic.com/issues/show_bug.cgi?id=9445
--- Comment #2 from Don <[email protected]> 2013-04-08 02:56:45 PDT --- The original test case works for me in 2.062. Reduced test case for comment 1: template c9445(T...) { static assert(is(typeof( & T[0].xxx ))); } void bug9445(void delegate() expr) { static assert( c9445!( expr() ) ); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
