A
Andy
Hi folks,
I have following problem:
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