Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++17 [[fallthrough]]; attribute and (Rule 6-4-3 and Rule 6-4-5)
#2
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
Posted by and on behalf of
the MISRA C++ Working Group
Reply


Messages In This Thread
RE: C++17 [[fallthrough]]; attribute and (Rule 6-4-3 and Rule 6-4-5) - by misra cpp - 07-06-2024, 02:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)