Created on 2024-05-08.00:00:00 last changed 4 months ago
Proposed resolution:
This wording is relative to N4981.
Modify [range.iota.overview] as indicated:
-1-
-2- The nameiota_view
generates a sequence of elements by repeatedly incrementing an initial value.views::iota
denotes a customization point object ([customization.point.object]). Given subexpressionsE
andF
, the expressionsviews::iota(E)
andviews::iota(E, F)
are expression-equivalent toiota_view<decay_t<decltype((E))>>(E)
andiota_view(E, F)
, respectively.
[ St. Louis 2024-06-29; Status changed: Voting → WP. ]
[ 2024-06-24; Reflector poll ]
Set status to Tentatively Ready after seven votes in favour during reflector poll.
views::iota(E) literally means incrementing element E endlessly, but views::iota(views::iota(0)) is currently well-formed due to CTAD, rejecting such unreasonable spelling seems therefore reasonable.
History | |||
---|---|---|---|
Date | User | Action | Args |
2024-07-08 09:00:03 | admin | set | messages: + msg14245 |
2024-07-08 09:00:03 | admin | set | status: voting -> wp |
2024-06-24 13:01:55 | admin | set | status: ready -> voting |
2024-06-24 12:08:14 | admin | set | messages: + msg14173 |
2024-06-24 12:08:14 | admin | set | status: new -> ready |
2024-05-09 10:56:06 | admin | set | messages: + msg14128 |
2024-05-08 00:00:00 | admin | create |