Skip to content

Commit 5fdd7f7

Browse files
committed
[basic.stc.dynamic.general, class, namespace.udecl] Fix ranged index entries
1 parent 85525b1 commit 5fdd7f7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

source/basic.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,6 +3847,8 @@
38473847
and~\ref{basic.stc.dynamic.deallocation},
38483848
the behavior is undefined.
38493849

3850+
\indextext{storage duration!dynamic|)}
3851+
38503852
\rSec4[basic.stc.dynamic.allocation]{Allocation functions}
38513853

38523854
\pnum

source/classes.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6766,3 +6766,5 @@
67666766
If a deallocation function has no explicit \grammarterm{noexcept-specifier}, it
67676767
has a non-throwing exception specification\iref{except.spec}.
67686768
\end{note}
6769+
6770+
\indextext{class|)}

source/declarations.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7988,6 +7988,8 @@
79887988
\end{codeblock}
79897989
\end{example}
79907990

7991+
\indextext{using-declaration|)}
7992+
79917993
\rSec1[dcl.asm]{The \tcode{asm} declaration}%
79927994
\indextext{declaration!\idxcode{asm}}%
79937995
\indextext{assembler}%

0 commit comments

Comments
 (0)