Skip to content

Commit e12b275

Browse files
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.4 [skip ci]
1 parent 33fae08 commit e12b275

15 files changed

+15
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
// (((Extents != dynamic_extent) && (OtherExtents == dynamic_extent)) || ... ) ||
3131
// (numeric_limits<index_type>::max() < numeric_limits<OtherIndexType>::max())
3232

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

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

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
// - each element of exts is nonnegative and is representable as a value of type index_type.
3333
//
3434

35+
#include <span> // dynamic_extent
3536
#include <mdspan>
3637
#include <cassert>
3738

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> // dynamic_extent
3132
#include <mdspan>
3233
#include <cassert>
3334

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
//
2525
// Returns: Di.
2626

27+
#include <span> // dynamic_extent
2728
#include <mdspan>
2829
#include <cassert>
2930

libcxx/test/libcxx/containers/views/mdspan/layout_left/assert.conversion.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
//
2222
// Preconditions: other.required_span_size() is representable as a value of type index_type.
2323

24+
#include <span> // dynamic_extent
2425
#include <mdspan>
2526
#include <cassert>
2627

libcxx/test/libcxx/containers/views/mdspan/layout_left/assert.ctor.extents.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
//
2020
// Effects: Direct-non-list-initializes extents_ with e.
2121

22+
#include <span> // dynamic_extent
2223
#include <mdspan>
2324
#include <cassert>
2425

libcxx/test/libcxx/containers/views/mdspan/layout_left/assert.ctor.layout_right.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
//
2424
// Preconditions: other.required_span_size() is representable as a value of type index_type
2525

26+
#include <span> // dynamic_extent
2627
#include <mdspan>
2728
#include <cassert>
2829

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
//
3333
// Effects: Direct-non-list-initializes extents_ with other.extents().
3434

35+
#include <span> // dynamic_extent
3536
#include <mdspan>
3637
#include <cassert>
3738

libcxx/test/libcxx/containers/views/mdspan/layout_right/assert.conversion.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
//
2222
// Preconditions: other.required_span_size() is representable as a value of type index_type.
2323

24+
#include <span> // dynamic_extent
2425
#include <mdspan>
2526
#include <cassert>
2627

0 commit comments

Comments
 (0)