From 351bd7e303fddb3ab568fc7678623e8943f315c0 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:36:52 +0100 Subject: [PATCH] [class.temporary] Add \tcode for 1 and x in comment --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 266580c8bc..7c2324d17b 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4891,7 +4891,7 @@ covered above. \begin{example} \begin{codeblock} -const int& x = (const int&)1; // temporary for value 1 has same lifetime as x +const int& x = (const int&)1; // temporary for value \tcode{1} has same lifetime as \tcode{x} \end{codeblock} \end{example} \end{note}