C++ support doesn't work with std::vector

David Nolden zwabel+kde at gmail.com
Sat May 24 19:55:51 UTC 2008


For me it works fine! For example in a file like this, I get completion behind 
the "vec[5].", and navigation works for "i":

#include <vector>

class B{int i;};

void test() {
  std::vector<B> vec;
  vec[5].i;
}

Have you tried restarting KDevelop? Sometimes the complex import-structures 
and the updating mess everything up a little(That will be fixed).

Greetings, David




More information about the KDevelop-devel mailing list