18-03-2010, 03:53 PM
The commentary for rule 6.1 and 6.2 states
What about bit addressing or sizeof?
Quote:The permissible operators on plain char types are the simple assignment operator (=), equality operators (==, !=) and explicit casts to integral types. Additionally, the second and third operands of the ternary conditional operator may both be of plain char type.What about the '.' operator? Or the '->' operator? Could not an object of structure type contain a plain char member, making that member the second operand of the operator?
What about bit addressing or sizeof?