Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[temp.constr.normal] Use \cdots to produce an ellipsis #7397

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1910,9 +1910,9 @@
the normal forms of \tcode{E1} and \tcode{E2}.

\item
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, ..., A$_n$>}
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, $\cdots$, A$_n$>}
is the normal form of the \grammarterm{constraint-expression} of \tcode{C},
after substituting \tcode{A$_1$, A$_2$, ..., A$_n$} for
after substituting \tcode{A$_1$, A$_2$, $\cdots$, A$_n$} for
\tcode{C}{'s} respective template parameters in the
parameter mappings in each atomic constraint.
If any such substitution results in an invalid type or expression,
Expand Down
Loading