Thank you for the presentation. There is an observation about Rule 7.0.2 you talked about around 31:45. The Exception is not only valid for while loop, but also for this C++ 17 if statement, as quoted from the original MISRA C++ 2023 standard: "Exception... 4... Note that a similar exception is not needed for the if statement, as the if ( init-statementopt condition ) syntax was introduced in C++17"
Thank you for the presentation. There is an observation about Rule 7.0.2 you talked about around 31:45. The Exception is not only valid for while loop, but also for this C++ 17 if statement, as quoted from the original MISRA C++ 2023 standard: "Exception... 4... Note that a similar exception is not needed for the if statement, as the if ( init-statementopt condition ) syntax was introduced in C++17"
The guidelines are still not available is that right? The amazon link appears to be broken rn