Objective-C++ and overloading and inheritance of static member functions
Objective-C++ and overloading and inheritance of static member functions
- Subject: Objective-C++ and overloading and inheritance of static member functions
- From: Jiri Volejnik <email@hidden>
- Date: Fri, 22 Apr 2005 12:17:33 +0200
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden