From 2da22513e56f625f9c197af34e5abcd7ad987faa Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sat, 3 May 2025 10:25:33 +0200 Subject: [PATCH] [class.temporary] Define "temporary object" --- source/basic.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index 733d6699d0..f403ddec19 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4437,12 +4437,11 @@ \rSec2[class.temporary]{Temporary objects} \pnum -\indextext{object temporary|see{temporary}}% \indextext{temporary}% \indextext{optimization of temporary|see{temporary, elimination of}}% \indextext{temporary!elimination of}% \indextext{temporary!implementation-defined generation of}% -Temporary objects are created +A \defnadj{temporary}{object} is an object created \begin{itemize} \item when a prvalue is converted to an xvalue\iref{conv.rval} and