From f3f67a7f3b5ad7f66e27889a7bb2ef2b741a33f0 Mon Sep 17 00:00:00 2001 From: Josh Lospinoso Date: Wed, 1 Jan 2020 10:54:51 -0500 Subject: [PATCH] Closes #84 --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index f903ac5..7713e41 100755 --- a/docs/index.html +++ b/docs/index.html @@ -311,6 +311,7 @@

Typos

  • p. 187 Listing 7-2 should throw a std::overflow_error at (4).
  • p. 188 "This argument is used to member initialize the private field value." Should read "This argument is used to member initialize the public field value."
  • p. 195 Table 7-6: The description for "a ^ b" should read "Bitwise XOR"
  • +
  • p. 200 "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)."
  • p. 203 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...".
  • p. 239 To assign a label, prepend a statement with the desired name of the label followed by a