Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2402,9 +2402,9 @@
\end{note}

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