28-09-2016, 12:52 PM
Please add an explicit exception for static_assert if the next MISRA C++ version allows C++11.
Thanks.
Thanks.
<t></t>
Welcome to the new MISRA discussion forum, if you were previously a member of our forums you may need to reset your password.
Rule 0-1-9
|
28-09-2016, 12:52 PM
Please add an explicit exception for static_assert if the next MISRA C++ version allows C++11.
Thanks.
<t></t>
24-01-2017, 09:36 AM
A review is currently underway to make the rules compatible with C++14
Having said that, static_assert would not be reported by this rule anyway, as it is a compile time check that doesn't create executable code, so it cannot be 'dead'
Posted by and on behalf of
the MISRA C++ Working Group |
« Next Oldest | Next Newest »
|