Skip to content

Commit a3bdbd1

Browse files
authored
[expr.const] Add splice-specifier to list of converted constant expressions (#8161)
This is a back-reference, because [expr.splice] refers to here already.
1 parent a449305 commit a3bdbd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8988,9 +8988,9 @@
89888988
Such expressions can be used in \keyword{new}
89898989
expressions\iref{expr.new}, as case expressions\iref{stmt.switch},
89908990
as enumerator initializers if the underlying type is
8991-
fixed\iref{dcl.enum}, as array bounds\iref{dcl.array}, and
8992-
as constant template
8993-
arguments\iref{temp.arg}.
8991+
fixed\iref{dcl.enum}, as array bounds\iref{dcl.array},
8992+
as constant template arguments\iref{temp.arg},
8993+
and as the constant expression of a \grammarterm{splice-specifier}\iref{basic.splice}.
89948994
\end{note}
89958995
\indextext{contextually converted constant expression of type \tcode{bool}|see{conversion, contextual}}%
89968996
\indextext{conversion!contextual to constant expression of type \tcode{bool}}%

0 commit comments

Comments
 (0)