Created on 2020-01-07.00:00:00 last changed 49 months ago
Proposed resolution:
Rename all occurrences referring to the symbol join_view::iterator::ref-is-glvalue to deref-is-ref.
[ 2020-11-09 Status changed: Tentatively NAD → NAD. ]
[ 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. ]
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:58 | admin | set | messages: + msg11535 |
2020-01-14 12:16:29 | admin | set | messages: + msg10929 |
2020-01-14 12:16:29 | admin | set | status: new -> nad |
2020-01-07 15:44:42 | admin | set | messages: + msg10920 |
2020-01-07 00:00:00 | admin | create |