Skip to content

Commit bcb3521

Browse files
committed
[dcl.enum] Avoid hanging paragraphs by moving "Enumeration declarations"
down one level to a sibling of "The using enum declaration". [namespace.udir] Rename section to "Using namespace directive" to further distinguish this from a using enum declaration.
1 parent 89a29a6 commit bcb3521

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/declarations.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6577,7 +6577,9 @@
65776577
the type of the \grammarterm{id-expression} \tcode{y} is ``\tcode{const volatile double}''.
65786578
\end{example}
65796579

6580-
\rSec1[dcl.enum]{Enumeration declarations}%
6580+
\rSec1[enum]{Enumerations}%
6581+
6582+
\rSec2[dcl.enum]{Enumeration declarations}%
65816583
\indextext{enumeration}%
65826584
\indextext{\idxcode{\{\}}!enum declaration@\tcode{enum} declaration}%
65836585
\indextext{\idxcode{enum}!type of}
@@ -7366,7 +7368,7 @@
73667368
\end{codeblock}
73677369
\end{example}
73687370

7369-
\rSec2[namespace.udir]{Using directive}%
7371+
\rSec2[namespace.udir]{Using namespace directive}%
73707372
\indextext{using-directive|(}
73717373

73727374
\begin{bnf}

0 commit comments

Comments
 (0)