-
Notifications
You must be signed in to change notification settings - Fork 789
Closed
Description
The wording currently reads:
If the expression is a prvalue after this optional conversion, the temporary materialization conversion is applied.
"this optional conversion" refers to the lvalue-to-rvalue conversion. Optional isn't a good word here, since the conversion itself is mandatory - just only conditionally applied. Maybe "If this conversion is applied and the resulting expression is a prvalue, the temporary materialization conversion is applied"? Or something along those lines.
Metadata
Metadata
Assignees
Labels
No labels