CW to XCode conversion problem - template differences.
CW to XCode conversion problem - template differences.
- Subject: CW to XCode conversion problem - template differences.
- From: Kenneth Clark <email@hidden>
- Date: Wed, 21 Jun 2006 17:55:20 -0500
Hello;
the following works in CW and not in XCode/gcc. The issue is a vector of a template type.
Any ideas why.
template <class C> class testClass { public: //Default constructor/destructor typedef std::vector<C*> testClassList; testClassList::iterator i; };
Thanks
|
_______________________________________________
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