Skip to content

Commit c6fa234

Browse files
eisenwavetkoeppe
authored andcommitted
CWG3099 Instantiation of type aliases from alias templates is unspecified
1 parent edfd0ae commit c6fa234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/templates.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4689,7 +4689,9 @@
46894689
the alias template.
46904690
Any other \grammarterm{template-id}
46914691
that names a specialization of an alias template is
4692-
a \grammarterm{typedef-name} for a type alias.
4692+
a \grammarterm{typedef-name} for a type alias;
4693+
such a \grammarterm{template-id} is ill-formed if
4694+
forming the associated type results in substitution failure.
46934695
\begin{note}
46944696
The alias template name is not deduced from such a type\iref{temp.deduct.type}.
46954697
\end{note}

0 commit comments

Comments
 (0)