04-06-2015, 02:27 AM
In 8.10.3, ~ operator is not defined as a composite operator.
Is it necessary to treat ~ operator as composite?
If ~ operator is not composite, then is the following code compliant with Rule 10.6?
u16a = ~u8a;
Is it necessary to treat ~ operator as composite?
If ~ operator is not composite, then is the following code compliant with Rule 10.6?
u16a = ~u8a;
<t></t>