Re: C++ : "is not derived from type"..
Re: C++ : "is not derived from type"..
- Subject: Re: C++ : "is not derived from type"..
- From: Steve Checkoway <email@hidden>
- Date: Tue, 20 Oct 2009 20:23:33 -0700
On Oct 20, 2009, at 7:08 PM, Dan Caugherty wrote:
This is probably something very obvious, but it's eluding me. Anyone
know?
Yep! It's an annoying part of C++. Someone else can quite the
standard, but something about derived names that I don't care to look
up at the moment.
All you need to do is change
typedef linkage<IsCPP>::function_type function_type;
to
typedef typename linkage<IsCPP>::function_type function_type;
--
Steve Checkoway
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden