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 b194937 commit 32f0809Copy full SHA for 32f0809
source/basic.tex
@@ -4768,8 +4768,8 @@
4768
\pnum
4769
\indextext{initializer!temporary and declarator}%
4770
\indextext{temporary!order of destruction of}%
4771
-There are several contexts in which temporaries are destroyed at a different
4772
-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:
4773
The first context is when a default constructor is called to initialize
4774
an element of an array with no corresponding initializer\iref{dcl.init}.
4775
The second context is when a copy constructor is called to copy an element of
0 commit comments