You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CppCoreGuidelines.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20397,6 +20397,7 @@ Reference sections:
20397
20397
20398
20398
## <a name="SS-rules"></a>RF.rules: Coding rules
20399
20399
20400
+
* [AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems v17.10](https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-10/AUTOSAR_RS_CPP14Guidelines.pdf)
20400
20401
* [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html).
20401
20402
???.
20402
20403
* [Bloomberg: BDE C++ Coding](https://github.com/bloomberg/bde/wiki/CodingStandards.pdf).
@@ -20416,6 +20417,7 @@ Reference sections:
20416
20417
Libraries used have to have been approved for mission critical applications.
20417
20418
Any similarities to this set of guidelines are unsurprising because Bjarne Stroustrup was an author of JSF++.
20418
20419
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.)
0 commit comments