Skip to content

Commit b01d9e0

Browse files
committed
Updated MISRA entry with link, updating PR #1554
1 parent 605a48a commit b01d9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20417,7 +20417,7 @@ Reference sections:
2041720417
Libraries used have to have been approved for mission critical applications.
2041820418
Any similarities to this set of guidelines are unsurprising because Bjarne Stroustrup was an author of JSF++.
2041920419
Recommended, but note its very specific focus.
20420-
* _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.)
20420+
* [_MISRA C++ 2008: Guidelines for the use of the C++ language in critical systems_] (https://www.misra.org.uk/Buyonline/tabid/58/Default.aspx).
2042120421
* [Mozilla Portability Guide](https://developer.mozilla.org/en-US/docs/Mozilla/C%2B%2B_Portability_Guide).
2042220422
As the name indicates, this aims for portability across many (old) compilers.
2042320423
As such, it is restrictive.

0 commit comments

Comments
 (0)