[Issue 314] Static, renamed, and selective imports are always public

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 12 19:05:00 PDT 2009


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





--- Comment #7 from Walter Bright <bugzilla at digitalmars.com>  2009-05-12 19:04:58 PDT ---
Access protection is defined to happen after lookup and overload resolution.
Making private symbols invisible defeats this, and also doesn't work as the
overload list is a linked list, and making the head of it private would hide
the rest of the possibly public overloads.

-- 
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