Skip to content

Commit d2a83a9

Browse files
author
Dawn Perchik
committed
CWG2235 Partial ordering and non-dependent types
1 parent 598d74a commit d2a83a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/templates.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7780,9 +7780,6 @@
77807780
\tcode{P}
77817781
and
77827782
\tcode{A}.
7783-
If a particular \tcode{P} contains no \grammarterm{template-parameter}{s}
7784-
that participate in template argument deduction, that \tcode{P} is not
7785-
used to determine the ordering.
77867783

77877784
\pnum
77887785
Before the partial ordering is done, certain transformations are performed
@@ -8029,7 +8026,7 @@
80298026
If a template parameter is used only in non-deduced contexts and is not
80308027
explicitly specified, template argument deduction fails.
80318028
\begin{note}
8032-
Under \ref{temp.deduct.call} and \ref{temp.deduct.partial},
8029+
Under \ref{temp.deduct.call},
80338030
if \tcode{P} contains no \grammarterm{template-parameter}{s} that appear
80348031
in deduced contexts, no deduction is done, so \tcode{P} and \tcode{A}
80358032
need not have the same form.

0 commit comments

Comments
 (0)