Skip to content

Commit 7c44167

Browse files
committed
[libc++] Updates mdspan synopsis,
The class layout_stride has been implemented in 639a098
1 parent 3703e7c commit 7c44167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/mdspan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace std {
2323
// [mdspan.layout], layout mapping
2424
struct layout_left;
2525
struct layout_right;
26-
struct layout_stride; // not implemented yet
26+
struct layout_stride;
2727
2828
// [mdspan.accessor.default], class template default_accessor
2929
template<class ElementType>

0 commit comments

Comments
 (0)