We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab819c8 commit 0aa1b4cCopy full SHA for 0aa1b4c
source/expressions.tex
@@ -6793,9 +6793,11 @@
6793
a placeholder type\iref{dcl.spec.auto.general},
6794
$R$ is ill-formed.
6795
\item
6796
-Otherwise, if the \grammarterm{type-id} names a type alias
6797
-that is a specialization of an alias template\iref{temp.alias},
6798
-$R$ represents that type alias.
+Otherwise, if the \grammarterm{type-id} is of the form
+\opt{\grammarterm{nested-name-specifier}} \opt{\keyword{template}} \grammarterm{simple-template-id}
+and whose terminal name is a \grammarterm{template-name}
6799
+that names an alias template\iref{temp.alias},
6800
+$R$ represents the type alias so named.
6801
6802
Otherwise, $R$ represents the type denoted by the \grammarterm{type-id}.
6803
\end{itemize}
0 commit comments