Skip to content

Commit 297c2bb

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
2 parents 33fae08 + 1a86a05 commit 297c2bb

File tree

59 files changed

+4
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4
-55
lines changed

libcxx/include/mdspan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ namespace std {
450450
# include <__config>
451451

452452
# if _LIBCPP_STD_VER >= 23
453+
# include <__fwd/span.h>
453454
# include <__fwd/mdspan.h>
454455
# include <__mdspan/default_accessor.h>
455456
# include <__mdspan/extents.h>

libcxx/test/libcxx/containers/views/mdspan/extents/assert.ctor_from_span.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
// for every rank index r.
2929
//
3030

31+
#include <span>
3132
#include <mdspan>
3233
#include <cassert>
3334

libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.ctor.extents_array.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
//
3131
// Effects: Direct-non-list-initializes extents_ with e, and for all d in the range [0, rank_), direct-non-list-initializes strides_[d] with as_const(s[d]).
3232

33+
#include <span>
3334
#include <mdspan>
3435
#include <cassert>
3536

libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.ctor.extents_span.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
//
3131
// Effects: Direct-non-list-initializes extents_ with e, and for all d in the range [0, rank_), direct-non-list-initializes strides_[d] with as_const(s[d]).
3232

33+
#include <span>
3334
#include <mdspan>
3435
#include <cassert>
3536

libcxx/test/std/containers/views/mdspan/CustomTestLayouts.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include <cstddef>
2626
#include <limits>
2727
#include <mdspan>
28-
#include <span> // dynamic_extent
2928
#include <type_traits>
3029
#include <utility>
3130

libcxx/test/std/containers/views/mdspan/extents/comparison.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <cassert>
2121
#include <cstddef>
2222
#include <mdspan>
23-
#include <span> // dynamic_extent
2423

2524
#include "test_macros.h"
2625

libcxx/test/std/containers/views/mdspan/extents/conversion.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <cstddef>
3333
#include <limits>
3434
#include <mdspan>
35-
#include <span> // dynamic_extent
3635
#include <type_traits>
3736

3837
template <class To, class From>

libcxx/test/std/containers/views/mdspan/extents/ctad.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <cassert>
2020
#include <cstddef>
2121
#include <mdspan>
22-
#include <span> // dynamic_extent
2322
#include <type_traits>
2423

2524
#include "../ConvertibleToIntegral.h"

libcxx/test/std/containers/views/mdspan/extents/dextents.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include <mdspan>
2020
#include <cstddef>
21-
#include <span> // dynamic_extent
2221

2322
#include "test_macros.h"
2423

libcxx/test/std/containers/views/mdspan/extents/dims.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include <mdspan>
2020
#include <cstddef>
21-
#include <span> // dynamic_extent
2221

2322
#include "test_macros.h"
2423

0 commit comments

Comments
 (0)