Skip to content

Commit 0079d46

Browse files
[basic.lval] bit-fields are objects
no need to mention them separately
1 parent 2408bf8 commit 0079d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@
138138
\end{importgraphic}
139139

140140
\begin{itemize}
141-
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object, bit-field, or function.
142-
\item A \defn{prvalue} is an expression whose evaluation initializes an object or a bit-field,
141+
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object or function.
142+
\item A \defn{prvalue} is an expression whose evaluation initializes an object
143143
or computes the value of an operand of an operator,
144144
as specified by the context in which it appears,
145145
or an expression that has type \cv{}~\tcode{void}.
146-
\item An \defn{xvalue} is a glvalue that denotes an object or bit-field whose resources can be reused (usually because it is near the end of its lifetime).
146+
\item An \defn{xvalue} is a glvalue that denotes an object whose resources can be reused (usually because it is near the end of its lifetime).
147147
\item An \defn{lvalue} is a glvalue that is not an xvalue.
148148
\item An \defn{rvalue} is a prvalue or an xvalue.
149149
\end{itemize}

0 commit comments

Comments
 (0)