package access specifier not usable within a class

Steven Schveighoffer schveiguy at yahoo.com
Fri Sep 9 04:15:09 PDT 2011


On Thu, 08 Sep 2011 21:23:00 -0400, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:

> Neither private nor protected functions are ever virtual at this point,

Jonathan meant to say neither private nor *package* functions.

protected functions are virtual.

-Steve


More information about the Digitalmars-d-learn mailing list