Skip to content

Commit 4335e09

Browse files
burblebeetkoeppe
authored andcommitted
LWG3970 §[mdspan.syn] Missing definition of full_extent_t and full_extent
1 parent 884f9d6 commit 4335e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/containers.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19026,6 +19026,9 @@
1902619026
template<class LayoutMapping>
1902719027
struct submdspan_mapping_result;
1902819028

19029+
struct full_extent_t { explicit full_extent_t() = default; };
19030+
inline constexpr full_extent_t full_extent{};
19031+
1902919032
template<class IndexType, class... Extents, class... SliceSpecifiers>
1903019033
constexpr auto submdspan_extents(const extents<IndexType, Extents...>&, SliceSpecifiers...);
1903119034

0 commit comments

Comments
 (0)