From de485463dadc4445bad687831e5859426e7abb76 Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Wed, 22 Apr 2026 19:51:27 +0800 Subject: [PATCH] [expr.ref] Do not say that the direct base relationship is (T1, B) --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index ea8b1848a5..f7b97ff2f2 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4258,7 +4258,7 @@ then let \tcode{T1} be the type of \tcode{E1}. \tcode{E2} shall designate either a member of \tcode{T1} or -a direct base class relationship $(\tcode{T1}, \tcode{B})$. +a direct base class relationship. \pnum If \tcode{E2} designates a bit-field, \tcode{E1.E2} is a bit-field. The