Skip to content

Commit bd18226

Browse files
burblebeetkoeppe
authored andcommitted
CWG2628 Implicit deduction guides should propagate constraints
1 parent c8cca13 commit bd18226

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/overloading.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,10 @@
11981198
by the template parameters (including default template arguments) of the constructor,
11991199
if any.
12001200
\item
1201+
The associated constraints\iref{temp.constr.decl} are the conjunction of
1202+
the associated constraints of \tcode{C} and
1203+
the associated constraints of the constructor.
1204+
\item
12011205
The types of the function parameters are those of the constructor.
12021206
\item
12031207
The return type is the class template specialization

0 commit comments

Comments
 (0)