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