diff --git a/docs/index.html b/docs/index.html index 961f56f..041e7a8 100755 --- a/docs/index.html +++ b/docs/index.html @@ -304,6 +304,8 @@

Typos

  • p. 137 (ebook only) The Note referring to Chapters 20 and 21 of "The C + + Programming Language" (4th Edition, by Bjarne Stroustrup) should not contain hyperlinks.
  • p. 147 In Listing 5-14, "Bank(Logger* logger) : logger{ logger } ()" should read "Bank(Logger* logger) : logger{ logger } {}"
  • p. 149 (ebook only) The Martha Stewart quote should read "The more you adapt, the more interesting you are."
  • +
  • p. 155 "Notice that you need to provide only a single template parameter, the +return type, upon instantiation (1)(4)." should read "...upon instantiation (2)(5)."
  • p. 159 "For example, if a template function’s return type is a template argument," should read "For example, if a template function’s return type is a template argument that's entirely independent of other function and template arguments,"
  • p. 167 The paragraph "The concept is composed of three Boolean expressions AND-ed (&&) together: two type traits (1) (3) and a requires expression." should read as follows: "The concept is composed of a type trait (1) and a requires containing two requirement expressions (2) (3)."