Skip to content

Commit 2066313

Browse files
committed
fix duplicate header
1 parent 0ae6b32 commit 2066313

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

standard/namespaces.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ Like a *using_alias_directive*, a *using_namespace_directive* does not contribut
481481
482482
The *namespace_name* referenced by a *using_namespace_directive* is resolved in the same way as the *namespace_or_type_name* referenced by a *using_alias_directive*. Thus, *using_namespace_directive*s in the same compilation unit or namespace body do not affect each other and can be written in any order.
483483
484-
## 14.6 Namespace member declarations
485-
486484
### §using-static-directives Using static directives
487485
488486
A *using_static_directive* imports the nested types and static members contained directly in a type declaration into the immediately enclosing compilation unit or namespace body, enabling the identifier of each member and type to be used without qualification.
@@ -575,7 +573,7 @@ A *using_static_directive* only imports members and types declared directly in t
575573
576574
Ambiguities between multiple *using_namespace_directives* and *using_static_directives* are discussed in [§14.5.3](namespaces.md#using-namespace-directives).
577575
578-
## 14.6 Namespace member declarations
576+
## 14.6 Namespace member declarations
579577
580578
A *namespace_member_declaration* is either a *namespace_declaration* ([§14.3](namespaces.md#143-namespace-declarations)) or a *type_declaration* ([§14.7](namespaces.md#147-type-declarations)).
581579

0 commit comments

Comments
 (0)