From b01d9e0d23c267a2b0c62681a3fea186522ef4e0 Mon Sep 17 00:00:00 2001 From: hsutter Date: Thu, 16 Jan 2020 11:45:48 -0800 Subject: [PATCH] Updated MISRA entry with link, updating PR #1554 --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ce111d3..0f65402 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -20417,7 +20417,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_. (Copies of this document can be found on the Internet, but it is not clear whether they are legally posted. This may limit its usefulness.) +* [_MISRA C++ 2008: Guidelines for the use of the C++ language in critical systems_] (https://www.misra.org.uk/Buyonline/tabid/58/Default.aspx). * [Mozilla Portability Guide](https://developer.mozilla.org/en-US/docs/Mozilla/C%2B%2B_Portability_Guide). As the name indicates, this aims for portability across many (old) compilers. As such, it is restrictive.