diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 1777704..7c1279f 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1,6 +1,6 @@ # C++ Core Guidelines -June 12, 2017 +June 19, 2017 Editors: @@ -7620,8 +7620,8 @@ It also gives an opportunity to eliminate a separate allocation for the referenc ##### Enforcement -* Flag the repetitive usage of template specialization list`` -* Flag variables declared to be `shared_ptr` +* Flag the repetitive usage of template specialization list`` +* Flag variables declared to be `shared_ptr` ### C.152: Never assign a pointer to an array of derived class objects to a pointer to its base