News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Probable autocomplete bug on "struct"

Started by lollobrigido, February 28, 2008, 11:58:53 AM

Previous topic - Next topic

lollobrigido

I've a struct in a class

class ...
{
public:
  struct
   {
    ...some members
    } data_struct
}

when in some member of the class I refer to data_struct. Autocomplete show nothing, and if I use the right mouse button to "Find... declaration" It tell me that there isn't any declaration  :(, but it compiles correctly. :?
But I found in other situation autocomplete is correctly functioning :?...if need I can post the source.

However...great thanks for this great tool !!!  :D
Lollo