diff --git a/source/basic.tex b/source/basic.tex index 2dfee870b3..4ffef3de22 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4768,8 +4768,8 @@ \pnum \indextext{initializer!temporary and declarator}% \indextext{temporary!order of destruction of}% -There are several contexts in which temporaries are destroyed at a different -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: The first context is when a default constructor is called to initialize an element of an array with no corresponding initializer\iref{dcl.init}. The second context is when a copy constructor is called to copy an element of