Title
Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference
Status
cd5
Section
6.3 [basic.def.odr]
Submitter
Richard Smith

Created on 2015-03-17.00:00:00 last changed 40 months ago

Messages

Date: 2019-01-15.00:00:00

Proposed resolution (January, 2019):

This issue is resolved by the resolution of issue 2083.

Date: 2019-02-15.00:00:00

[Accepted as a DR at the February, 2019 meeting.]

Issue 1741 accidentally caused 6.3 [basic.def.odr] to indicate that an lvalue-to-rvalue conversion is necessary for the odr-use of a reference. This is incorrect; any appearance of the reference name in a potentially-evaluated expression should require the reference to be defined.

See also issue 2083.

History
Date User Action Args
2020-12-15 00:00:00adminsetmessages: + msg6348
2020-12-15 00:00:00adminsetstatus: drafting -> cd5
2015-03-17 00:00:00admincreate