Skip to content

Commit 6b18254

Browse files
committed
CWG2871 User-declared constructor templates inhibiting default constructors
1 parent d53b19a commit 6b18254

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
@@ -1216,7 +1216,7 @@
12161216
has a default argument
12171217
(including the case of a constructor with no parameters).
12181218
\indextext{implicitly-declared default constructor}%
1219-
If there is no user-declared constructor for class
1219+
If there is no user-declared constructor or constructor template for class
12201220
\tcode{X},
12211221
a non-explicit constructor having no parameters is implicitly declared
12221222
as defaulted\iref{dcl.fct.def}.

0 commit comments

Comments
 (0)