From e1bfeb2c8ba28ca4ea096de82543b66cb10e9505 Mon Sep 17 00:00:00 2001 From: Xavier Bonaventura Date: Tue, 15 Apr 2025 19:29:24 +0200 Subject: [PATCH] Update AUTOSAR Guidelines link (#2262) Mark AUTOSAR Guidelines as obsolete and link replacement rules. This can be seen in the AUTOSAR document in the Scope clause. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index e7aa632..9d7ff78 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -20951,7 +20951,7 @@ Reference sections: ## RF.rules: Coding rules -* [AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems v17.10](https://web.archive.org/web/20220629085753/https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-03/AUTOSAR_RS_CPP14Guidelines.pdf) +* [AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems v22.11](https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf) (obsolete, replaced by [MISRA C++:2023](https://misra.org.uk/product/misra-cpp2023/)) * [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html). ???. * [Bloomberg: BDE C++ Coding](https://github.com/bloomberg/bde/wiki/CodingStandards.pdf).