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
@@ -147,12 +147,12 @@
147
147
\end{importgraphic}
148
148
149
149
\begin{itemize}
150
-
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object, bit-field, or function.
151
-
\item A \defn{prvalue} is an expression whose evaluation initializes an object or a bit-field,
150
+
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object or function.
151
+
\item A \defn{prvalue} is an expression whose evaluation initializes an object
152
152
or computes the value of an operand of an operator,
153
153
as specified by the context in which it appears,
154
154
or an expression that has type \cv{}~\tcode{void}.
155
-
\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).
155
+
\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).
156
156
\item An \defn{lvalue} is a glvalue that is not an xvalue.
0 commit comments