diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 2121714db65..858bbe1f7b6 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -737,15 +737,12 @@ sources. Two particularly important books for our work are:

    -
  1. Effective -C++ by Scott Meyers. There is an online version of the book (only some -chapters though) available as well. Also +
  2. Effective +C++ by Scott Meyers. Also interesting and useful are "More Effective C++" and "Effective STL" by the same author.
  3. -
  4. Large-Scale C++ -Software Design by John Lakos
  5. +
  6. Large-Scale C++ Software Design by John Lakos