Skip to content

Commit d9867ff

Browse files
committed
[basic.types.general] Simplify phrasing of 'complete object'
A complete object can't be a bit-field, so saying 'non-bit-field complete object' is unnecessary.
1 parent 70df8aa commit d9867ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4839,15 +4839,15 @@
48394839
The \defnx{object representation}{representation!object}
48404840
of a complete object type \tcode{T} is the
48414841
sequence of \placeholder{N} \tcode{\keyword{unsigned} \keyword{char}} objects taken up
4842-
by a non-bit-field complete object of type \tcode{T},
4842+
by a complete object of type \tcode{T},
48434843
where \placeholder{N} equals
48444844
\tcode{\keyword{sizeof}(T)}.
48454845
The \defnx{value representation}{representation!value}
48464846
of a type \tcode{T} is the set of bits
48474847
in the object representation of \tcode{T}
48484848
that participate in representing a value of type \tcode{T}.
48494849
The object and value representation of
4850-
a non-bit-field complete object of type \tcode{T} are
4850+
a complete object of type \tcode{T} are
48514851
the bytes and bits, respectively, of
48524852
the object corresponding to the object and value representation of its type.
48534853
The object representation of a bit-field object is

0 commit comments

Comments
 (0)