Heiko Scheit <[EMAIL PROTECTED]> writes:

> I am not sure this is a bug, but I thought that the inheritance should
> work also in this case (i.e. with overloaded functions).

This is not a bug. In standard C++, methods in a derived class hide
methods in the base class. Any C++ book will tell you so.

Regards,
Martin



Reply via email to