Open
Description
Remove the following plus its ratioal
0.3.4 Integer Constants
Integer constants fall into groups, where all constants in each group must have unique values. To enforce unique values, groups of integer constants are defined in anonymous enums.
Rationale. Using anonymous enums, rather than preprocessor macros, may provide more useful debugging information in the application binary. (End of rationale.)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Had Reading