Skip to content

Commit 99013e7

Browse files
committed
[expr.prim.req.compound] Switch to passive voice.
1 parent 1f1b944 commit 99013e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/expressions.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,12 +1739,11 @@
17391739
\tcode{F} is a \tcode{void} function template
17401740
with a single type template parameter \tcode{T}
17411741
declared with the \grammarterm{constrained-parameter}.
1742-
%%% FIXME: Switch to passive voice
1743-
Form a new \grammarterm{cv-qualifier-seq} \tcode{cv}
1744-
by taking the union of \tcode{const} and \tcode{volatile} specifiers
1742+
A \grammarterm{cv-qualifier-seq} \cv{} is formed
1743+
as the union of \tcode{const} and \tcode{volatile} specifiers
17451744
around the \grammarterm{constrained-parameter}.
17461745
\tcode{F} has a single \grammarterm{parameter}
1747-
whose \grammarterm{type-specifier} is \tcode{cv T}
1746+
whose \grammarterm{type-specifier} is \cv{}~\tcode{T}
17481747
followed by the \grammarterm{abstract-declarator}.
17491748
%%% FIXME: Remove this; if deduction fails, the construct should
17501749
%%% be ill-formed.

0 commit comments

Comments
 (0)