Created on 2019-02-13.00:00:00 last changed 47 months ago
Proposed resolution (May, 2019): [SUPERSEDED]
Change 7.6.19 [expr.ass] paragraph 3 as follows:
If the left operand is not of class type and the right operand is an assignment-expression, theexpressionassignment-expression is implicitly converted (7.3 [conv]) to the cv-unqualified type of the left operand.
[Adopted as a DR at the November, 2019 meeting.]
According to 7.6.19 [expr.ass] paragraph 3,
If the left operand is not of class type, the expression is implicitly converted (7.3 [conv]) to the cv-unqualified type of the left operand.
Since the second operand of an assignment operator can now be an initializer-clause, the referent of “expression” is unclear.
See also issue 1542.
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-12-15 00:00:00 | admin | set | messages: + msg6384 |
2020-12-15 00:00:00 | admin | set | messages: + msg6383 |
2019-02-13 00:00:00 | admin | create |