We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0f764 commit 2bd4a7cCopy full SHA for 2bd4a7c
CppCoreGuidelines.md
@@ -1,6 +1,6 @@
1
# <a name="main"></a>C++ Core Guidelines
2
3
-June 12, 2017
+June 19, 2017
4
5
6
Editors:
@@ -7620,8 +7620,8 @@ It also gives an opportunity to eliminate a separate allocation for the referenc
7620
7621
##### Enforcement
7622
7623
-* Flag the repetitive usage of template specialization list`<Foo>`
7624
-* Flag variables declared to be `shared_ptr<Foo>`
+* Flag the repetitive usage of template specialization list`<Bar>`
+* Flag variables declared to be `shared_ptr<Bar>`
7625
7626
### <a name="Rh-array"></a>C.152: Never assign a pointer to an array of derived class objects to a pointer to its base
7627
0 commit comments