https://d.puremagic.com/issues/show_bug.cgi?id=9840
--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-11-23 08:49:15 PST --- (In reply to comment #1) > Do you really want it to automatically make inner methods static? That seems > like a bit much. No. I always forget that templated functions are really: template foo(T) { void foo(T t) { } } So that was my mistake. But I think the call through the instance should work, no? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
