Skip navigation.
 
mlObjective-C++ and overloading and inheritance of static member functions
FROM : Jiri Volejnik
DATE : Fri Apr 22 12:17:33 2005

> The above to me seems comparable to:
>     http://www.research.att.com/~bs/bs_faq2.html#overloadderived
> The only difference is the use of static members.  However, when I
> attempt
> to use B::f, I am told that it doesn't exist and the options are the
> two
> functions in A::f.


In Bjarne's example, B is derived from A.

-- Jirka

Related mailsAuthorDate
mlObjective-C++ and overloading and inheritance of static member functions Andrew White Apr 22, 03:58
mlObjective-C++ and overloading and inheritance of static member functions Jiri Volejnik Apr 22, 12:17
mlRe: Objective-C++ and overloading and inheritance of static member functions Andrew White Apr 26, 03:10
mlRe: Objective-C++ and overloading and inheritance of static member functions Jiri Volejnik Apr 26, 12:52