07-06-2024, 02:49 PM
As with your previous question, MISRA C++ 2008 only applies to C++::2003 - [[fallthrough]] is a later feature, so MISRA C++ 2008 is not going to say anything about it. To use MISRA C++ 2008 on C++::2017 code, you are going to need a deviation.
You may want to look at 'MISRA Compliance':
https://www.misra.org.uk/app/uploads/202...e-2020.pdf
You may want to look at 'MISRA Compliance':
https://www.misra.org.uk/app/uploads/202...e-2020.pdf
Posted by and on behalf of
the MISRA C++ Working Group
the MISRA C++ Working Group