Skip to content

Commit 2f3152f

Browse files
[basic.lval] Non-static member function designator is a prvalue
1 parent d2cc230 commit 2f3152f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
\end{importgraphic}
138138

139139
\begin{itemize}
140-
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object, bit-field, or function.
140+
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object, bit-field, or function other than a non-static member function.
141141
\item A \defn{prvalue} is an expression whose evaluation initializes an object or a bit-field,
142142
or computes the value of an operand of an operator,
143143
as specified by the context in which it appears,

0 commit comments

Comments
 (0)