Bug #18151 2011-06-03 12:49

steliyan

Error in code-completion toolbar

I'm using SVN Build 7178 (jun 2).

Problem is that the functions in the project are listed up to a function that returns int*. If I use the prototype and put the function after the int main(), no problem occurs.

Category
Application::Interface
Group
 
Status
Open
Close date
 
Assigned to
mortenmacfly
loaden 2011-06-28 09:18

Works well here.

#include <iostream>

using namespace std;

int* test()

{

return 0;

}

int main()

{

cout << "Hello world!" << endl;

return 0;

}

I need more information about this issue.

Please post here some test code?