From 2bd4a7c9ad8194a8cbf0016a6e336859f070df5b Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Mon, 19 Jun 2017 10:11:05 -0700 Subject: [PATCH] Fix Enforcement for C.151 after PR #952 --- CppCoreGuidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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