From cac838928c49fb8c08865729de0c6b425f52c71c Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 25 Jan 2026 08:32:36 +0100 Subject: [PATCH] [class.expl.init] Add \tcode for literals 99 and 88.8 --- source/classes.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/classes.tex b/source/classes.tex index c6bb8eb3f1..bbad2eca06 100644 --- a/source/classes.tex +++ b/source/classes.tex @@ -5359,9 +5359,9 @@ Here, \tcode{x.i} -is initialized with 99, +is initialized with \tcode{99}, \tcode{x.f} -is initialized with 88.8, and +is initialized with \tcode{88.8}, and \tcode{complex::complex(double)} is called for the initialization of \tcode{x.c}.