Skip to content

Commit e06fc0d

Browse files
authored
[class.expl.init] Add \tcode for literals (#8720)
1 parent c2f05e2 commit e06fc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5359,9 +5359,9 @@
53595359

53605360
Here,
53615361
\tcode{x.i}
5362-
is initialized with 99,
5362+
is initialized with \tcode{99},
53635363
\tcode{x.f}
5364-
is initialized with 88.8, and
5364+
is initialized with \tcode{88.8}, and
53655365
\tcode{complex::complex(double)}
53665366
is called for the initialization of
53675367
\tcode{x.c}.

0 commit comments

Comments
 (0)