[Issue 6180] Private has no effect on types in modules

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 4 20:00:24 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=6180



--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 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: -------


More information about the Digitalmars-d-bugs mailing list