Hello,
I have remarked a small problem with the code completion plugin.
I have implemented using templates a PriorityQueue which wraps a multimap. The class has been defined inside a namespace.
To test the PriorityQueue, I have created a cpp file, imported the PriorityQueue and played a bit with it. The problem is that the code completion plugin does not seem to work. I know that it does not work with standard C++ headers (thanks to thomas), but with the "non standard" of my PriorityQueue, it should work. Checking a bit, I have remarked that when typing the namespace (where the PriorityQueue has been defined) and the scope operator ("::"), then the plugin works and it displays me all the class functions.
Does the plugin have problems managing namespace or do I have missed something?
I use C::B RC 2 (GNU GCC compiler) unter Windows XP SP2.
Thank you very much.
Michael