Hello,
Is there a way to decorate a member function as non overriden, so at the call site the user will receive a compile time warning that he is using the base class implementation instead of the derived class implementation?


Nadir