Apply suggestions from code review

Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2020-10-22 12:53:35 +02:00
committed by GitHub
parent 056a553976
commit d0dd71ba10
14 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ as both virtual and non-virtual in one hierarchy as violations.</p>
AV Rule 89, <em>Joint Strike Fighter Air Vehicle C++ Coding Standards</em>. Lockheed Martin Corporation, 2005.
</li>
<li>
<a href="https://docs.microsoft.com/en-us/cpp/cpp/multiple-base-classes">Virtual Base Classes</a>
MSDN Library: <a href="https://docs.microsoft.com/en-us/cpp/cpp/multiple-base-classes">Multiple Base Classes</a>.
</li>

View File

@@ -37,7 +37,7 @@ assuming the function had a non-float return type that can fit in a machine word
MISRA C++ Rule 8-4-3, <em>Guidelines for the use of the C++ language in critical systems</em>. The Motor Industry Software Reliability Associate, 2008.
</li>
<li>
<a href="https://docs.microsoft.com/en-us/cpp/cpp/return-statement-cpp">The return Statement</a>
MSDN Library: <a href="https://docs.microsoft.com/en-us/cpp/cpp/return-statement-cpp">return Statement (C++)</a>.
</li>

View File

@@ -37,7 +37,7 @@ better to let the compiler assign values at compile time.
MISRA C++ Rule 8-5-3, <em>Guidelines for the use of the C++ language in critical systems</em>. The Motor Industry Software Reliability Associate, 2008.
</li>
<li>
<a href="https://docs.microsoft.com/en-us/cpp/cpp/enumerations-cpp">C++ Enumeration Declarations</a>
MSDN Library: <a href="https://docs.microsoft.com/en-us/cpp/cpp/enumerations-cpp">Enumerations (C++)</a>.
</li>

View File

@@ -29,7 +29,7 @@ the break statement only exits from one level of the loop.</p>
<a href="http://www.cs.utexas.edu/users/EWD/transcriptions/EWD02xx/EWD215.html">A Case against the GO TO Statement (EWD-215).</a>
</li>
<li>
<a href="https://docs.microsoft.com/en-us/cpp/cpp/goto-statement-cpp">MSDN Library: The goto Statement</a>
MSDN Library: <a href="https://docs.microsoft.com/en-us/cpp/cpp/goto-statement-cpp">goto Statement (C++)</a>.
</li>
<li>
Mats Henricson and Erik Nyquist, <i>Industrial Strength C++</i>, published by Prentice Hall PTR (1997).