protected + package attributes

zodd via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 11 05:28:12 PDT 2016


Suppose I have a class with a few protected functions. I want to 
let another class from the same package call these functions. 
Thus I've added a "package" attribute and got the following:
Error: conflicting protection attribute 'package' and 'protected'

How can I achieve what I want? These member functions must be 
protected, I can't make them private because this is a base class 
intended for inheritance.


More information about the Digitalmars-d-learn mailing list