Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Bug in codecompletition?
(1/1)
Sap_ru:
I can't add bug at bugtracker, so I write this here:
--- Code: ---typedef struct {
int a;
int b;
} StructType;
#define StructAddr 0x1000
#define TEST (*(StructType *)StructAddr)
TEST. /* Codecompltetion doesn't show anything. */
(*(StructType *)StructAddr). /* Ok. Codecompltetion shows fields. */
--- End code ---
Seems like codecompletition doesn't parse defines correctly.
This works (doesn't work?) for both - 10.05 and latest nightly.
oBFusCATed:
Missing feature, not a bug.
Navigation
[0] Message Index
Go to full version