Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down