Skip to content

Commit 0067925

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

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
@@ -4660,7 +4660,7 @@
46604660
that names a specialization of an alias template is
46614661
a \grammarterm{typedef-name} for a type alias.
46624662
\begin{note}
4663-
An alias template name is never deduced.
4663+
The alias template name is not deduced from such a type\iref{temp.deduct.type}.
46644664
\end{note}
46654665
\begin{example}
46664666
\begin{codeblock}

0 commit comments

Comments
 (0)