diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 7eb55ef..73d1441 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1,6 +1,6 @@ # C++ Core Guidelines -April 17, 2017 +April 19, 2017 Editors: @@ -75,7 +75,7 @@ You can sample rules for specific language features: [members](#Rc-member) -- [helpers](#Rc-helper) -- [concrete types](#SS-concrete) -- -[ctors, assignments, and dtorss](#S-ctor) -- +[ctors, =, and dtors](#S-ctor) -- [hierarchy](#SS-hier) -- [operators](#SS-overload) * `concept`: @@ -20436,7 +20436,7 @@ Alternatively, we will decide that no change is needed and delete the entry. * \[C++03]: ISO/IEC 14882:2003(E), Programming Languages — C++ (updated ISO and ANSI C++ Standard including the contents of (C++98) plus errata corrections). * - \[C++CS]: + \[C++CS]: ??? * \[Cargill92]: T. Cargill. C++ Programming Style (Addison-Wesley, 1992). *