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 b3ac849 commit 86619b3Copy full SHA for 86619b3
source/expressions.tex
@@ -6812,9 +6812,11 @@
6812
a placeholder type\iref{dcl.spec.auto.general},
6813
$R$ is ill-formed.
6814
\item
6815
-Otherwise, if the \grammarterm{type-id} names a type alias
6816
-that is a specialization of an alias template\iref{temp.alias},
6817
-$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}
6818
+that names an alias template\iref{temp.alias},
6819
+$R$ represents the type alias so named.
6820
6821
Otherwise, $R$ represents the type denoted by the \grammarterm{type-id}.
6822
\end{itemize}
0 commit comments