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

David Nolden zwabel+kde at gmail.com
Sun May 25 10:57:53 UTC 2008


On Sunday 25 May 2008 10:02:45 Andreas Pakulat wrote:
> On 24.05.08 21:55:51, David Nolden wrote:
> > 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;
> > }
>
> Doesn't work for me.

When you complete on "vec.", how do the return types of the members at(int) 
and operator[] (int) look?




More information about the KDevelop-devel mailing list