Skip to content

Commit

Permalink
[class.conv.ctor] Compactify wording in note
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Oct 20, 2024
1 parent c6706a4 commit d6adc2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2403,10 +2403,9 @@

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

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

0 comments on commit d6adc2f

Please sign in to comment.