• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CW to XCode conversion problem - template differences.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: CW to XCode conversion problem - template differences.
      • From: Steve Checkoway <email@hidden>
    • Re: CW to XCode conversion problem - template differences.
      • From: "Justin C. Walker" <email@hidden>
  • Prev by Date: Re: Help! program runs differently under debug than not
  • Next by Date: Re: CW to XCode conversion problem - template differences.
  • Previous by thread: Re: Help! program runs differently under debug than not
  • Next by thread: Re: CW to XCode conversion problem - template differences.
  • Index(es):
    • Date
    • Thread