Skip to content

Commit 152693b

Browse files
authored
[temp.param, temp.constr.normal] Use \dotsc for a non-code ellipsis (#7397)
1 parent 1542d98 commit 152693b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/templates.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@
354354
can be used to constrain a
355355
contextually-determined type or template type parameter pack \tcode{T}
356356
with a \grammarterm{constraint-expression} \tcode{E} defined as follows.
357-
If \tcode{Q} is of the form \tcode{C<A$_1$, $\cdots$, A$_n$>},
358-
then let \tcode{E$'$} be \tcode{C<T, A$_1$, $\cdots$, A$_n$>}.
357+
If \tcode{Q} is of the form \tcode{C<A$_1$, $\dotsc$, A$_n$>},
358+
then let \tcode{E$'$} be \tcode{C<T, A$_1$, $\dotsc$, A$_n$>}.
359359
Otherwise, let \tcode{E$'$} be \tcode{C<T>}.
360360
If \tcode{T} is not a pack,
361361
then \tcode{E} is \tcode{E$'$},
@@ -1930,9 +1930,9 @@
19301930
the normal forms of \tcode{E1} and \tcode{E2}.
19311931

19321932
\item
1933-
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, ..., A$_n$>}
1933+
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, $\dotsc$, A$_n$>}
19341934
is the normal form of the \grammarterm{constraint-expression} of \tcode{C},
1935-
after substituting \tcode{A$_1$, A$_2$, ..., A$_n$} for
1935+
after substituting \tcode{A$_1$, A$_2$, $\dotsc$, A$_n$} for
19361936
\tcode{C}{'s} respective template parameters in the
19371937
parameter mappings in each atomic constraint.
19381938
If any such substitution results in an invalid type or expression,

0 commit comments

Comments
 (0)