http://d.puremagic.com/issues/show_bug.cgi?id=9272
--- Comment #2 from Nicolas Sicard <[email protected]> 2013-01-05 09:05:00 PST --- (In reply to comment #1) > opDispatch takes precedence and just fails to compile. Obviously. But is it really by design? This works, where opDispatch does not take precedence: --- struct Foo { void opDispatch(string s)() {} } void baz(Foo f) {} unittest { Foo foo; foo.baz(); // OK } --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
