We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736c755 commit 3bf6ac5Copy full SHA for 3bf6ac5
source/classes.tex
@@ -302,10 +302,14 @@
302
\end{note}
303
304
\pnum
305
-A class \tcode{S} is an \defnadj{implicit-lifetime}{class}
306
-if it is an aggregate or
307
-has at least one trivial eligible constructor and
+A class \tcode{S} is an \defnadj{implicit-lifetime}{class} if
+\begin{itemize}
+\item
308
+it is an aggregate or
309
310
+it has at least one trivial eligible constructor and
311
a trivial, non-deleted destructor.
312
+\end{itemize}
313
314
\rSec1[class.name]{Class names}
315
\indextext{definition!class name as type}%
0 commit comments