Skip to content

Commit f6ab13f

Browse files
burblebeetkoeppe
authored andcommitted
CWG2871 User-declared constructor templates inhibiting default constructors
1 parent f368144 commit f6ab13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@
12171217
has a default argument
12181218
(including the case of a constructor with no parameters).
12191219
\indextext{implicitly-declared default constructor}%
1220-
If there is no user-declared constructor for class
1220+
If there is no user-declared constructor or constructor template for class
12211221
\tcode{X},
12221222
a non-explicit constructor having no parameters is implicitly declared
12231223
as defaulted\iref{dcl.fct.def}.

0 commit comments

Comments
 (0)