http://d.puremagic.com/issues/show_bug.cgi?id=10047
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid --- Comment #1 from Kenji Hara <[email protected]> 2013-05-08 06:58:07 PDT --- Reduced test case. struct Typedef(T) { template opDispatch(string name) { static assert(0); } } struct A {} void foo(Typedef!A a) { assert(0); } void main() { Typedef!A a; a.foo(); } For the later UFCS name lookup, the errors in opDispatch instantiation should be gagged. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
