Skip to content

Commit bb52b25

Browse files
committed
Editorial for CWG2293: [temp.deduct] Editorial review.
* Use "not valid" rather than "invalid", since only "valid" has been defined. * Add an "otherwise" to improve flow.
1 parent 60e988e commit bb52b25

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)