[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 162567] jump to declaration/definition under cursor does not
From:       Maciej Pilichowski <bluedzins () wp ! pl>
Date:       2008-05-24 17:45:41
Message-ID: 20080524174541.24690.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=162567         




------- Additional Comments From bluedzins wp pl  2008-05-24 19:45 -------
Just tested, it is verbatim quote:

#include <vector>

struct A
{
  int foo() { return 0; };
};

void bar()
{
  using namespace std;
  
  vector<A> v;
  A a[10];
  v[0].foo(); // does not work
  a[0].foo(); // works
}

Andreas, could you please test it. Thank you.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic