From 627ed66ce6f6d373cd8b98302ed97c0c6f441678 Mon Sep 17 00:00:00 2001 From: shaneasd Date: Fri, 22 Jan 2021 03:39:04 +0800 Subject: [PATCH] Update reference to SF.7 to match text (#1735) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index a15aa16..2bba11b 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -19084,7 +19084,7 @@ and M functions each containing a `using namespace X`with N lines of code in tot ##### Note -[Don't write `using namespace` in a header file](#Rs-using-directive). +[Don't write `using namespace` at global scope in a header file](#Rs-using-directive). ##### Enforcement