File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 524
524
the declared template parameter \tcode {P}.
525
525
526
526
\begin {itemize }
527
- % %% FIXME: Switch to passive voice.
528
- \item First, form a template argument \tcode {A} from \tcode {P}.
527
+ \item First, a template argument \tcode {A} is formed from \tcode {P}.
529
528
If \tcode {P} declares a template parameter pack~(\ref {temp.variadic })
530
529
and \tcode {C} is a variadic concept~(\ref {temp.concept }),
531
530
then \tcode {A} is the pack expansion \tcode {P...}.
534
533
535
534
% FIXME: This does not guarantee that the expression has the same
536
535
% namespace qualification as Q.
537
- \item Then, form an \grammarterm {id-expression} \tcode {E} as follows.
536
+ \item Then, an \grammarterm {id-expression} \tcode {E} is formed as follows.
538
537
If \tcode {Q} is a \grammarterm {concept-name},
539
538
then \tcode {E} is \tcode {C<A>}.
540
539
Otherwise,
You can’t perform that action at this time.
0 commit comments