Closes 1220

This commit is contained in:
hsutter
2018-06-18 11:47:53 -07:00
parent a488f1d8b5
commit e0ecfc83b7

View File

@@ -1312,6 +1312,10 @@ You cannot have a race condition on immutable data.
**References**: See the [rules for calling functions](#SS-call).
##### Note
The rule is "avoid", not "don't use." Of course there will be (rare) exceptions, such as `cin`, `cout`, and `cerr`.
##### Enforcement
(Simple) Report all non-`const` variables declared at namespace scope.