Title
Rename ref-is-glvalue to deref-is-ref
Status
nad
Section
[range.join.iterator]
Submitter
Johel Ernesto Guerrero Peña

Created on 2020-01-07.00:00:00 last changed 42 months ago

Messages

Date: 2020-11-09.20:22:58

Proposed resolution:

Rename all occurrences referring to the symbol join_view::iterator::ref-is-glvalue to deref-is-ref.

Date: 2020-11-09.00:00:00

[ 2020-11-09 Status changed: Tentatively NAD → NAD. ]

Date: 2020-01-14.00:00:00

[ 2020-01-14 Status set to Tentatively NAD after five positive votes on the reflector. This issue was based on a misunderstanding by the submitter which had been cleared up in an related editorial issue. ]

Date: 2020-01-07.00:00:00

The name of join_view::iterator::ref-is-glvalue, defined as is_reference_v<range_reference_t<Base>>, doesn't take into account the fact that it may also be true because range_reference_t<Base> is an rvalue (e.g. for move_iterator<int>).

We suggest renaming it to deref-is-ref.

History
Date User Action Args
2020-11-09 20:22:58adminsetmessages: + msg11535
2020-01-14 12:16:29adminsetmessages: + msg10929
2020-01-14 12:16:29adminsetstatus: new -> nad
2020-01-07 15:44:42adminsetmessages: + msg10920
2020-01-07 00:00:00admincreate