Does this mean that the following definition of the null-pointer-constant NULL is non-compliant?
Code: Select all
const int NULL = 0; // Compliant with rule 3-1-1?
Best regards,
/J
Moderators: david ward, misra cpp
Code: Select all
const int NULL = 0; // Compliant with rule 3-1-1?