Bug #7775 2006-06-06 21:38
llubnek
Symbol browser treats field lengths as symbols
When placed in a class, this:
struct {
unsigned
visible :1,
enabled :1,
locked :1;
};
causes '1' to show up twice in the Symbol tree, while visible, enabled and locked do not show up.
I'm using the 666 build on Windows.
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2006-08-16 11:39
- Assigned to
History
mandrav 2006-08-12 11:28
Fixed but not yet commited.