Created on 2010-08-02.00:00:00 last changed 171 months ago
Rationale (September, 2010):
There are no pointers to member of reference type; see 9.3.4.4 [dcl.mptr] paragraph 3.
According to 7.6.4 [expr.mptr.oper] paragraph 6,
The result of a .* expression whose second operand is a pointer to a data member is of the same value category (7.2.1 [basic.lval]) as its first operand.
This is incorrect if the member has a reference type, in which case the result is an lvalue.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-18 00:00:00 | admin | set | messages: + msg3045 |
2010-10-18 00:00:00 | admin | set | status: drafting -> nad |
2010-08-02 00:00:00 | admin | create |