20-07-2021, 11:34 AM
(This post was last modified: 20-07-2021, 02:51 PM by david ward.)
Your interpretation of the current rule is correct:
* struct with 2 ints - compliant
* struct with 2 ints and a std::string - non-compliant
* struct with 2 ints and a const char * - compliant
* struct with 2 vectors - non-compliant
We understand your concerns and this rule is under review for the next version
Posted by and on behalf of the MISRA C++ Working Group
* struct with 2 ints - compliant
* struct with 2 ints and a std::string - non-compliant
* struct with 2 ints and a const char * - compliant
* struct with 2 vectors - non-compliant
We understand your concerns and this rule is under review for the next version
Posted by and on behalf of the MISRA C++ Working Group
Posted by and on behalf of
the MISRA C++ Working Group
the MISRA C++ Working Group