Skip to content

Commit 5274b2e

Browse files
tkoeppezygoloid
authored andcommitted
[temp.deduct] Fixes from editorial review of CWG2293:
* Use "not valid" rather than "invalid", since only "valid" has been defined. * Add an "otherwise" to improve flow.
1 parent c7ad72a commit 5274b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7073,9 +7073,9 @@
70737073

70747074
\pnum
70757075
When an explicit template argument list is specified, if the
7076-
given \grammarterm{template-id} is invalid\iref{temp.names},
7076+
given \grammarterm{template-id} is not valid\iref{temp.names},
70777077
type deduction fails.
7078-
The specified template argument values are substituted for the
7078+
Otherwise, the specified template argument values are substituted for the
70797079
corresponding template parameters as specified below.
70807080

70817081
\pnum

0 commit comments

Comments
 (0)