Skip to content

Commit d6adc2f

Browse files
committed
[class.conv.ctor] Compactify wording in note
1 parent c6706a4 commit d6adc2f

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
@@ -2403,10 +2403,9 @@
24032403

24042404
\pnum
24052405
\begin{note}
2406-
A non-explicit copy/move constructor\iref{class.copy.ctor} is
2407-
a converting constructor.
2408-
An implicitly-declared copy/move constructor is not an explicit constructor;
2409-
it can be called for implicit type conversions.
2406+
A non-explicit copy/move constructor\iref{class.copy.ctor},
2407+
including one implicitly declared,
2408+
is a converting constructor.
24102409
\end{note}
24112410

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

0 commit comments

Comments
 (0)