Skip to content

Commit 6966335

Browse files
committed
Remove spurious Enforcement, closes isocpp#2061
1 parent a3ae12b commit 6966335

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CppCoreGuidelines.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19406,10 +19406,6 @@ and M functions each containing a `using namespace X`with N lines of code in tot
1940619406

1940719407
[Don't write `using namespace` at global scope in a header file](#Rs-using-directive).
1940819408

19409-
##### Enforcement
19410-
19411-
Flag multiple `using namespace` directives for different namespaces in a single source file.
19412-
1941319409
### <a name="Rs-using-directive"></a>SF.7: Don't write `using namespace` at global scope in a header file
1941419410

1941519411
##### Reason

0 commit comments

Comments
 (0)