Skip to content

[temp.constr.normal] Use "contains (a pack)" instead of "names" #7792

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

Merged
merged 1 commit into from
Mar 31, 2025
Merged
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
8 changes: 4 additions & 4 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2126,13 +2126,13 @@
\item
The normal form of an expression \tcode{F} of the form \tcode{( E Op ... )}
is as follows:\\
If \tcode{E} names any unexpanded concept template parameter pack,
it shall not name any unexpanded template parameter pack of another kind.
If \tcode{E} contains an unexpanded concept template parameter pack,
it shall not contain an unexpanded template parameter pack of another kind.
Let \tcode{E$'$} be the normal form of \tcode{E}.
\begin{itemize}
\item
If \tcode{E} names
any unexpanded concept template parameter pack \tcode{P$_k$} that
If \tcode{E} contains
an unexpanded concept template parameter pack \tcode{P$_k$} that
has corresponding template arguments in
the parameter mapping of any atomic constraint
(including concept-dependent constraints) of \tcode{E$'$},
Expand Down