[Issue 15897] private base functions not callable from base class module without type change

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Apr 15 03:57:05 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15897

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Neither are bugs, they are expected behavior.

Ordinarily, this would be removed by making Animal a 'private' base class. But
that was removed for reasons I don't understand.

--


More information about the Digitalmars-d-bugs mailing list