code completion, STL

A

Andy

Hi folks,
I have following problem:

Code:
#include <map>
....
std::map<long, long> myMap;
myMap.
[\Code]

No completion resp. list of member variables and functions is
displayed!?

If I declare myMap without namespace "std::", completion works well,
but the program will not compile.
Does anyone know about this problem and know a solution?

Thanks in advance,
Andy
 
V

Victor Bazarov

Andy said:
I have following problem:

Code:
#include <map>
...
std::map<long, long> myMap;
myMap.
[\Code]

No completion resp. list of member variables and functions is
displayed!?

If I declare myMap without namespace "std::", completion works well,
but the program will not compile.
Does anyone know about this problem and know a solution?[/QUOTE]

Somebody in the newsgroup for your IDE probably does.  This is not
a C++ _language_ issue, it's an issue with the _text_editor_ that
you're using.

V
 

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

Forum statistics

Threads
474,184
Messages
2,570,973
Members
47,530
Latest member
jameswilliam1

Latest Threads

Top