Created on 2023-08-16.00:00:00 last changed 3 weeks 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{};
[…]
History | |||
---|---|---|---|
Date | User | Action | Args |
2023-08-26 10:08:34 | admin | set | messages: + msg13710 |
2023-08-16 00:00:00 | admin | create |