From d1ff56d07ee12931ee658b25eb7b4326acaf312b Mon Sep 17 00:00:00 2001 From: Bjarne Stroustrup Date: Wed, 19 Apr 2017 20:53:12 -0400 Subject: [PATCH] date --- CppCoreGuidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). *