Skip to content

Commit

Permalink
Closes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lospinoso committed Jan 1, 2020
1 parent 3f90516 commit f3f67a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ <h3 class="pb-3 mb-4 font-italic border-bottom" id="typos">Typos</h3>
<li><a href="https://github.com/JLospinoso/ccc/issues/9">p. 187</a> Listing 7-2 should throw a std::overflow_error at (4).</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/8">p. 188</a> "This argument is used to member initialize the private field value." Should read "This argument is used to member initialize the public field value."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/25">p. 195</a> Table 7-6: The description for "a ^ b" should read "Bitwise XOR"</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/84">p. 200</a> "The address refers to the address of x (1) and prints 0 (2)." should read "The print_addr function prints the address of x (1) and the value of nullptr, 0 (2)."</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/10">p. 203</a> Listing 7-14 Caption, "A refactor of Listing 7-13 using a static_cast..." should read "A refactor of Listing 7-13 using a reinterpret_cast...".</li>
<li><a href="https://github.com/JLospinoso/ccc/issues/20">p. 239</a> To assign a label,
prepend a statement with the desired name of the label followed by a
Expand Down

0 comments on commit f3f67a7

Please sign in to comment.