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 a8a89d9 commit 5ec123dCopy full SHA for 5ec123d
source/special.tex
@@ -547,6 +547,7 @@
547
\end{example} \begin{note} This may introduce a dangling reference, and implementations are encouraged to issue a warning in such a case. \end{note}
548
\end{itemize}
549
550
+\pnum
551
The destruction of a temporary whose lifetime is not extended by being
552
bound to a reference is sequenced before the destruction of every
553
temporary which is constructed earlier in the same full-expression.
@@ -571,8 +572,9 @@
571
572
the temporary shall be destroyed after
573
\tcode{obj2}
574
is destroyed.
-\begin{example}
575
576
577
+\begin{example}
578
\begin{codeblock}
579
struct S {
580
S();
0 commit comments