You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
kennyl
Posted - Sep 03 2012 : 10:51:57 PM Example:
enum : BYTE
{
VAL1,
VAL2,
VAL3,
};
However, if you give the enum a name, then the coloring can work correctly:
enum MyEnum: BYTE
{
VAL1,
VAL2,
VAL3,
};
Regards, Kenny
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Sep 04 2012 : 10:30:58 AM I am seeing the same effect here. Thank you for the clear description and example cases. I have put in a bug report for this: