Skip to content

Commit 605a48a

Browse files
marknelsonhsutter
authored andcommitted
Added two coding references (#1554)
* Added two commonly used coding guideline documents * Update CppCoreGuidelines.md
1 parent f92c1c2 commit 605a48a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20397,6 +20397,7 @@ Reference sections:
2039720397

2039820398
## <a name="SS-rules"></a>RF.rules: Coding rules
2039920399

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)
2040020401
* [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html).
2040120402
???.
2040220403
* [Bloomberg: BDE C++ Coding](https://github.com/bloomberg/bde/wiki/CodingStandards.pdf).
@@ -20416,6 +20417,7 @@ Reference sections:
2041620417
Libraries used have to have been approved for mission critical applications.
2041720418
Any similarities to this set of guidelines are unsurprising because Bjarne Stroustrup was an author of JSF++.
2041820419
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.)
2041920421
* [Mozilla Portability Guide](https://developer.mozilla.org/en-US/docs/Mozilla/C%2B%2B_Portability_Guide).
2042020422
As the name indicates, this aims for portability across many (old) compilers.
2042120423
As such, it is restrictive.

0 commit comments

Comments
 (0)