Created on 2023-08-16.00:00:00 last changed 12 months ago
Proposed resolution:
This wording is relative to N4958.
Modify [mdspan.syn] as indicated:
[…]
// [mdspan.submdspan], submdspan creation
template<class OffsetType, class LengthType, class StrideType>
struct strided_slice;
template<class LayoutMapping>
struct submdspan_mapping_result;
struct full_extent_t { explicit full_extent_t() = default; };
inline constexpr full_extent_t full_extent{};
[…]
[ 2023-11-11 Approved at November 2023 meeting in Kona. Status changed: Voting → WP. ]
[ 2023-10-27; Reflector poll ]
Set status to Tentatively Ready after nine votes in favour during reflector poll.
History | |||
---|---|---|---|
Date | User | Action | Args |
2023-11-13 14:08:10 | admin | set | messages: + msg13850 |
2023-11-13 14:08:10 | admin | set | status: voting -> wp |
2023-11-07 21:41:54 | admin | set | status: ready -> voting |
2023-10-27 21:22:44 | admin | set | messages: + msg13769 |
2023-10-27 21:22:44 | admin | set | status: new -> ready |
2023-08-26 10:08:34 | admin | set | messages: + msg13710 |
2023-08-16 00:00:00 | admin | create |