05-09-2009, 08:07 PM
Rule 11.4 uses the word "cast" when in reality the problem is the conversion (and the subsequent dereferencing).
Maybe Rule 11.4 could read:
The value of a pointer to an object type shall not be assigned the value of a pointer to an object of a different type.
William Forbes
Maybe Rule 11.4 could read:
The value of a pointer to an object type shall not be assigned the value of a pointer to an object of a different type.
William Forbes
<t></t>