Skip to content

Commit 8d45c56

Browse files
committed
Add missing index entries for 'alignas', alignof', 'noexcept'.
1 parent 6114f86 commit 8d45c56

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/declarations.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,7 @@
37533753

37543754
\rSec2[dcl.align]{Alignment specifier}%
37553755
\indextext{attribute!alignment}
3756+
\indextext{\idxcode{alignas}}
37563757

37573758
\pnum
37583759
An \grammarterm{alignment-specifier}

source/expressions.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,6 +3769,7 @@
37693769
\rSec2[expr.alignof]{Alignof}
37703770

37713771
\pnum
3772+
\indextext{\idxcode{alignof}}%
37723773
\indextext{expression!\idxcode{alignof}}%
37733774
An \tcode{alignof} expression yields the alignment requirement
37743775
of its operand type. The operand shall be a \grammarterm{type-id}
@@ -3788,6 +3789,7 @@
37883789
\rSec2[expr.unary.noexcept]{\tcode{noexcept} operator}
37893790

37903791
\pnum
3792+
\indextext{\idxcode{noexcept}}%
37913793
\indextext{expression!\idxcode{noexcept}}%
37923794
The \tcode{noexcept} operator determines whether the evaluation of its operand,
37933795
which is an unevaluated operand (Clause~\ref{expr}), can throw an

0 commit comments

Comments
 (0)