Skip to content

Commit 259dcba

Browse files
hewillktkoeppe
authored andcommitted
[mdspan.syn, mdspan.sub.range.slices] Remove redundant std
1 parent 7ba22f0 commit 259dcba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21275,7 +21275,7 @@
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>
@@ -25732,7 +25732,7 @@
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{};

0 commit comments

Comments
 (0)