You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/expressions.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -138,12 +138,12 @@
138
138
\end{importgraphic}
139
139
140
140
\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
143
143
or computes the value of an operand of an operator,
144
144
as specified by the context in which it appears,
145
145
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).
147
147
\item An \defn{lvalue} is a glvalue that is not an xvalue.
0 commit comments