[Issue 5420] Cannot override function error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 6 20:06:03 PST 2011


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



--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-01-06 20:03:47 PST ---
Hmmmm. Well, I believe that members are public by default because public is the
default access level of the class. If you mark the class as private, that would
mark _all_ of its functions as private, just like marking a class as immutable
makes all of its functions immutable. So, that's not a bug. A bit annoying
perhaps, but not a bug.

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