Skip to content

Commit 7806963

Browse files
committed
[basic.link], [expr.ref] Harmonize font for tuple representing direct base class relationship
Fixes NB US 1-405 (C++26 CD).
1 parent b194937 commit 7806963

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@
32643264
\item
32653265
an entity, value, or object that is TU-local,
32663266
\item
3267-
a direct base class relationship (\tcode{D}, \tcode{B})\iref{class.derived.general}
3267+
a direct base class relationship $(D, B)$\iref{class.derived.general}
32683268
for which either \tcode{D} or \tcode{B} is TU-local, or
32693269
\item
32703270
a data member description ($T$, $N$, $A$, $W$, $\mathit{NUA}$)\iref{class.mem.general}

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4219,10 +4219,10 @@
42194219

42204220
\pnum
42214221
If \tcode{E2} is a \grammarterm{splice-expression},
4222-
then let \tcode{T1} be the type of \tcode{E1}.
4222+
then let $\mathit{T1}$ be the type of \tcode{E1}.
42234223
\tcode{E2} shall designate either
4224-
a member of \tcode{T1} or
4225-
a direct base class relationship $(\tcode{T1}, \tcode{B})$.
4224+
a member of $\mathit{T1}$ or
4225+
a direct base class relationship $(\mathit{T1}, B)$.
42264226

42274227
\pnum
42284228
If \tcode{E2} designates a bit-field, \tcode{E1.E2} is a bit-field. The

0 commit comments

Comments
 (0)