Skip to content

Commit df06f46

Browse files
committed
CWG3107 Misleading note "An alias template name is never deduced."
1 parent ef035ed commit df06f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4661,7 +4661,7 @@
46614661
that names a specialization of an alias template is
46624662
a \grammarterm{typedef-name} for a type alias.
46634663
\begin{note}
4664-
An alias template name is never deduced.
4664+
The alias template name is not deduced from such a type\iref{temp.deduct.type}.
46654665
\end{note}
46664666
\begin{example}
46674667
\begin{codeblock}

0 commit comments

Comments
 (0)