Skip to content

Commit de48546

Browse files
authored
[expr.ref] Do not say that the direct base relationship is (T1, B)
1 parent b438be4 commit de48546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4258,7 +4258,7 @@
42584258
then let \tcode{T1} be the type of \tcode{E1}.
42594259
\tcode{E2} shall designate either
42604260
a member of \tcode{T1} or
4261-
a direct base class relationship $(\tcode{T1}, \tcode{B})$.
4261+
a direct base class relationship.
42624262

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

0 commit comments

Comments
 (0)