Skip to content

Commit 99bad51

Browse files
[basic.lval] Non-static member function designator is a prvalue when not &'s operand
1 parent 44c5220 commit 99bad51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/expressions.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@
147147
\end{importgraphic}
148148

149149
\begin{itemize}
150-
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object or function.
150+
\item A \defn{glvalue} is an expression whose evaluation determines the identity of an object,
151+
a function other than a non-static member function,
152+
a non-static member function if the expression is the operand of a unary \tcode{\&} operator.
151153
\item A \defn{prvalue} is an expression whose evaluation initializes an object
152154
or computes the value of an operand of an operator,
153155
as specified by the context in which it appears,

0 commit comments

Comments
 (0)