Closes 1220

pull/1240/head
hsutter 8 years ago
parent a488f1d8b5
commit e0ecfc83b7

@ -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.

Loading…
Cancel
Save