Skip to content

Commit

Permalink
Update link to MISRA C++ Guidelines (#2194)
Browse files Browse the repository at this point in the history
* Update link to MISRA C++ 2008 Guidelines

* Link to MISRA C++ 2023 Guidelines
  • Loading branch information
vil02 authored May 9, 2024
1 parent 6c68bf8 commit 6435165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -20995,7 +20995,7 @@ Reference sections:
Libraries used have to have been approved for mission critical applications.
Any similarities to this set of guidelines are unsurprising because Bjarne Stroustrup was an author of JSF++.
Recommended, but note its very specific focus.
* [MISRA C++ 2008: Guidelines for the use of the C++ language in critical systems](https://www.misra.org.uk/Buyonline/tabid/58/Default.aspx).
* [MISRA C++:2023 Guidelines for the use C++17 in critical systems](https://misra.org.uk/product/misra-cpp2023/).
* [Using C++ in Mozilla Code](https://firefox-source-docs.mozilla.org/code-quality/coding-style/using_cxx_in_firefox_code.html).
As the name indicates, this aims for portability across many (old) compilers.
As such, it is restrictive.
Expand Down

0 comments on commit 6435165

Please sign in to comment.