On 2012-02-08 12:04, Andrej Mitrovic wrote:
> On 2/4/12, Walter Bright<newshound2 at digitalmars.com> wrote:
>> Base class protection attributes
>
> I'm not sure what this means?
I think it's this:
class Base {}
class Foo : private Base {}
--
/Jacob Carlborg