Title
Additional sources of xvalue expressions
Status
nad
Section
7.2.1 [basic.lval]
Submitter
Daveed Vandevoorde

Created on 2014-09-08.00:00:00 last changed 113 months ago

Messages

Date: 2014-11-15.00:00:00

Rationale (November, 2014):

The cited wording does not preclude other kinds of expressions that result in xvalues. This wording could be expanded editorially if a more extensive coverage is desired.

Date: 2022-11-20.07:54:16

According to 7.2.1 [basic.lval] paragraph 1,

An xvalue is the result of certain kinds of expressions involving rvalue references (9.3.4.3 [dcl.ref]).

However, there are now expressions not involving rvalue references whose results are xvalues, e.g., a member access expression in which the left operand is a prvalue.

History
Date User Action Args
2014-11-24 00:00:00adminsetmessages: + msg5270
2014-09-08 00:00:00admincreate