Skip to content

Commit 55a58f9

Browse files
authored
[class.conv.ctor] Turn last paragraph into a note (#6505)
1 parent 57ba5a5 commit 55a58f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/classes.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,11 +2368,10 @@
23682368
\end{note}
23692369

23702370
\pnum
2371-
A non-explicit copy/move constructor\iref{class.copy.ctor} is
2372-
a converting constructor.
23732371
\begin{note}
2374-
An implicitly-declared copy/move constructor is not an explicit constructor;
2375-
it can be called for implicit type conversions.
2372+
A non-explicit copy/move constructor\iref{class.copy.ctor},
2373+
including one implicitly declared,
2374+
is a converting constructor.
23762375
\end{note}
23772376

23782377
\rSec3[class.conv.fct]{Conversion functions}%

0 commit comments

Comments
 (0)