Skip to content

Commit 2bd4a7c

Browse files
author
Andrew Pardoe
committed
Fix Enforcement for C.151 after PR #952
1 parent 8c0f764 commit 2bd4a7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CppCoreGuidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <a name="main"></a>C++ Core Guidelines
22

3-
June 12, 2017
3+
June 19, 2017
44

55

66
Editors:
@@ -7620,8 +7620,8 @@ It also gives an opportunity to eliminate a separate allocation for the referenc
76207620

76217621
##### Enforcement
76227622

7623-
* Flag the repetitive usage of template specialization list`<Foo>`
7624-
* Flag variables declared to be `shared_ptr<Foo>`
7623+
* Flag the repetitive usage of template specialization list`<Bar>`
7624+
* Flag variables declared to be `shared_ptr<Bar>`
76257625

76267626
### <a name="Rh-array"></a>C.152: Never assign a pointer to an array of derived class objects to a pointer to its base
76277627

0 commit comments

Comments
 (0)