From 7a8bf6c092402fcc1fa16326c50bf5ffe5b14a5b Mon Sep 17 00:00:00 2001 From: Halalaluyafail3 Date: Mon, 16 Feb 2026 19:48:35 +0000 Subject: [PATCH] [cpp.predefined] Correctly color integer literal --- source/preprocessor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index b9809ae664..f4cfe56686 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -2446,7 +2446,7 @@ \item \indextext{__stdcpp_threads__@\mname{STDCPP_THREADS}}% \mname{STDCPP_THREADS}\\ -Defined, and has the value integer literal 1, if and only if a program +Defined, and has the value integer literal \tcode{1}, if and only if a program can have more than one thread of execution\iref{intro.multithread}. \end{description}