File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2126
2126
\item
2127
2127
The normal form of an expression \tcode {F} of the form \tcode {( E Op ... )}
2128
2128
is as follows:\\
2129
- If \tcode {E} names any unexpanded concept template parameter pack,
2130
- it shall not name any unexpanded template parameter pack of another kind.
2129
+ If \tcode {E} contains an unexpanded concept template parameter pack,
2130
+ it shall not contain an unexpanded template parameter pack of another kind.
2131
2131
Let \tcode {E$ '$ } be the normal form of \tcode {E}.
2132
2132
\begin {itemize }
2133
2133
\item
2134
- If \tcode {E} names
2135
- any unexpanded concept template parameter pack \tcode {P$ _k$ } that
2134
+ If \tcode {E} contains
2135
+ an unexpanded concept template parameter pack \tcode {P$ _k$ } that
2136
2136
has corresponding template arguments in
2137
2137
the parameter mapping of any atomic constraint
2138
2138
(including concept-dependent constraints) of \tcode {E$ '$ },
You can’t perform that action at this time.
0 commit comments