From c6706a43e14955bf9dcbf2c7944f6b47d19bffc4 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 23 Aug 2023 13:32:27 +0200 Subject: [PATCH] [class.conv.ctor] turn last paragraph into a note --- source/classes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/classes.tex b/source/classes.tex index d0235a3f3c..166217a7f5 100644 --- a/source/classes.tex +++ b/source/classes.tex @@ -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}