From 6435165ea08ad34b80e8313fda6ee117682423a4 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Thu, 9 May 2024 19:03:56 +0200 Subject: [PATCH] Update link to MISRA C++ Guidelines (#2194) * Update link to MISRA C++ 2008 Guidelines * Link to MISRA C++ 2023 Guidelines --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ab07764..88566d2 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -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.