Open
Description
There are several occurrences in the wording saying that references are bound to expressions, which is incorrect:
[...] the reference is bound to the initializer expression lvalue in the first case and to the lvalue result of the conversion in the second case
[...] the reference is bound to the resulting glvalue
The temporary materialization conversion is applied and the reference is bound to the result
Obviously, the reference should be bound to the object or function that the expression refers to, so this wording is technically incorrect.
Proposed fix
In each case where a reference is said to bind to an expression, it will be replaced with "the object or reference to which the initializer refers", or a variant thereof.
Metadata
Metadata
Assignees
Labels
No labels