Created on 2023-02-05.00:00:00 last changed 21 months ago
Proposed resolution:
This wording is relative to N4928.
Modify [version.syn], header <version> synopsis, as indicated:
[…] #define __cpp_lib_ranges_stride 202207L // also in <ranges> #define __cpp_lib_ranges_to_container202202L // also in <ranges> #define __cpp_lib_ranges_zip 202110L // also in <ranges>, <tuple>, <utility> […]
[ Issaquah 2023-02-08 Status changed: New → NAD. ]
No consensus to change anything. The macro name is just a unique identifier, it doesn't have to be a precise description of the feature.
LWG 3785 enables ranges::to to construct a non-range object from a range, confirming that this is the intended part of the original design.
However, the feature test macro for ranges::to is still named __cpp_lib_ranges_to_container, where the "container" part seems confusing to users.History | |||
---|---|---|---|
Date | User | Action | Args |
2023-02-08 23:17:49 | admin | set | messages: + msg13295 |
2023-02-08 23:17:49 | admin | set | status: new -> nad |
2023-02-05 19:51:11 | admin | set | messages: + msg13262 |
2023-02-05 00:00:00 | admin | create |