vectors
ML <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
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?