Skip to content

Commit b39b44b

Browse files
jensmaurerzygoloid
authored andcommitted
[temp.deduct] Forming an array of abstract class type is not deduction failure
1 parent b5977de commit b39b44b

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
@@ -7282,7 +7282,7 @@
72827282
\item Attempting to instantiate a pack expansion containing multiple packs of differing lengths.
72837283
\item
72847284
Attempting to create an array with an element type that is \tcode{void}, a
7285-
function type, a reference type, or an abstract class type, or attempting
7285+
function type, or a reference type, or attempting
72867286
to create an array with a size that is zero or negative.
72877287
\begin{example}
72887288
\begin{codeblock}

0 commit comments

Comments
 (0)