Re: CW to XCode conversion problem - template differences.
Re: CW to XCode conversion problem - template differences.
- Subject: Re: CW to XCode conversion problem - template differences.
- From: Steve Checkoway <email@hidden>
- Date: Wed, 21 Jun 2006 16:31:42 -0700
On Jun 21, 2006, at 3:55 PM, Kenneth Clark wrote:
template <class C> class testClass
{
public:
//Default constructor/destructor
typedef std::vector<C*> testClassList;
testClassList::iterator i;
};
template <class C> class testClass
{
public:
//Default constructor/destructor
typedef typename std::vector<C*> testClassList;
typename testClassList::iterator i;
};
--
Steve Checkoway
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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