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 41c80d6 commit a019163Copy full SHA for a019163
source/basic.tex
@@ -4772,8 +4772,8 @@
4772
\pnum
4773
\indextext{initializer!temporary and declarator}%
4774
\indextext{temporary!order of destruction of}%
4775
-There are several contexts in which temporaries are destroyed at a different
4776
-point than the end of the full-expression.
+Temporary objects are destroyed at a different point
+than the end of the full-expression in the following contexts:
4777
The first context is when a default constructor is called to initialize
4778
an element of an array with no corresponding initializer\iref{dcl.init}.
4779
The second context is when a copy constructor is called to copy an element of
0 commit comments