http://d.puremagic.com/issues/show_bug.cgi?id=3452
Dicebot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dicebot <[email protected]> 2013-08-06 09:46:54 PDT --- Another application is template alias parameter: string boo(alias T)() { return T.stringof; } struct A { int field; } pragma(msg, boo!(A.field)()); currently this fails with "Error: need 'this' for 'boo' of type 'nothrow @safe string()'" which does not make sense because compile-time usage of symbol "A.field" does not require "this" pointer. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
