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.
- Adding overloaded methods BLM
- Re: Adding overloaded methods Jonathan M Davis
- Re: Adding overloaded methods BLM
- Re: Adding overloaded methods Jonathan M Davis
- Re: Adding overloaded methods BLM
- Re: Adding overloaded methods Ali Çehreli
- Re: Adding overloaded methods Jacob Carlborg
- Re: Adding overloaded methods Jonathan M Davis
- Re: Adding overloaded methods BLM
- Re: Adding overloaded methods James Miller
- Re: Adding overloaded methods H. S. Teoh
- Re: Adding overloaded methods James Miller