File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2127521275 // \ref{mdspan.sub}, \tcode{submdspan} creation
2127621276 template<class OffsetType, class LengthType, class StrideType>
2127721277 struct extent_slice;
21278- template<class FirstType, class LastType, class StrideType = std:: constant_wrapper<1zu>>
21278+ template<class FirstType, class LastType, class StrideType = constant_wrapper<1zu>>
2127921279 struct range_slice;
2128021280
2128121281 template<class LayoutMapping>
2573225732 [[no_unique_address]] stride_type stride{};
2573325733 };
2573425734
25735- template<class FirstType, class LastType, class StrideType = std:: constant_wrapper<1zu>>
25735+ template<class FirstType, class LastType, class StrideType = constant_wrapper<1zu>>
2573625736 struct range_slice {
2573725737 [[no_unique_address]] FirstType first{};
2573825738 [[no_unique_address]] LastType last{};
You can’t perform that action at this time.
0 commit comments