Skip to content

Commit 42ee105

Browse files
committed
[over.match.class.deduct] Clarify that an incomplete class type is never
treated as being an aggregate.
1 parent 37ccff2 commit 42ee105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/overloading.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,8 @@
15481548
of the \grammarterm{deduction-guide}.
15491549
\end{itemize}
15501550
\end{itemize}
1551-
In addition, if \tcode{C} satisfies the conditions for an aggregate class
1551+
In addition, if \tcode{C} is defined
1552+
and its definition satisfies the conditions for an aggregate class
15521553
with the assumption that any dependent base class has
15531554
no virtual functions and no virtual base classes, and
15541555
the initializer is a non-empty \grammarterm{braced-init-list} or

0 commit comments

Comments
 (0)