23-09-2016, 03:45 PM
More concretely, is the following code a violation?
Code:
typedef void **my_t;
void f(my_t& x)
{
x = NULL;
}
<t></t>
Welcome to the new MISRA discussion forum, if you were previously a member of our forums you may need to reset your password.
Rule 5-0-19 are references also considered a 'pointer indirection'?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |