Adding overloaded methods

BLM blm768 at gmail.com
Tue Feb 21 18:50:41 PST 2012


I tried using override and it complained that the functions weren't overriding
anything. I think that the main problem is that the alias solution was designed to
allow derived classes to use overloads that had already been defined in the base
class, not for the derived classes to add _new_ overloads. This might be good
material for an enhancement request.


More information about the Digitalmars-d-learn mailing list