http://d.puremagic.com/issues/show_bug.cgi?id=6180
--- Comment #7 from Jonathan M Davis <[email protected]> 2012-09-04 20:00:57 PDT --- However, it _would_ be really nice if we could at least make it so that private functions weren't considered in overload resolution. As it stands, things like private aliases are completely useless because they essentially pollute the global namespace (in the sense that they can cause overload conflicts, forcing you to use the full path for the function, even though the private one is inaccessible). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
