Vectors

H

hyderabadblues

Hello,
I am using polyspace compiler. I am getting the following error.

vector is not a template
vector<tun_TMCStationData> m_ListOfTMCStationData;
 
V

Victor Bazarov

hyderabadblues said:
Hello,
I am using polyspace compiler. I am getting the following error.

vector is not a template
vector<tun_TMCStationData> m_ListOfTMCStationData;

Did you include <vector>? If yes, then you should use 'std::vector'
for the name. Or declare it by means of a 'using' directive or
a 'using' declaration.

V
 
R

red floyd

Victor said:
Did you include <vector>? If yes, then you should use 'std::vector'
for the name. Or declare it by means of a 'using' directive or
a 'using' declaration.

Darn it, Victor -- beat me by 4 minutes! :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,297
Messages
2,571,536
Members
48,282
Latest member
Xyprime

Latest Threads

Top