Re: vectors
Kiel Gillard <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/12/2009, at 9:23 AM, ML wrote: > I have code that uses a standard vector. > > Historically I have done #include <vector> > > it seems to me now that I am in XCode this does not work? It has to be me, obviously. > > I get errors that say: ISO forbids declarations of vector with no type. > > The code works under CW 8 though.. > > Any advice? We probably won't be able to help unless you show us some code. Kiel