Skip to content

Commit 1711813

Browse files
feedback
Created using spr 1.3.4
1 parent 4efb38f commit 1711813

15 files changed

+3
-15
lines changed

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

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

33-
#include <span> // dynamic_extent
3433
#include <mdspan>
3534
#include <cassert>
3635

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

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

33-
#include <span> // dynamic_extent
3433
#include <mdspan>
3534
#include <cassert>
3635

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

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

35-
#include <span> // dynamic_extent
3635
#include <mdspan>
3736
#include <cassert>
3837

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

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

31-
#include <span> // dynamic_extent
31+
#include <span>
3232
#include <mdspan>
3333
#include <cassert>
3434

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

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

27-
#include <span> // dynamic_extent
2827
#include <mdspan>
2928
#include <cassert>
3029

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

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

24-
#include <span> // dynamic_extent
2524
#include <mdspan>
2625
#include <cassert>
2726

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

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

22-
#include <span> // dynamic_extent
2322
#include <mdspan>
2423
#include <cassert>
2524

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

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

26-
#include <span> // dynamic_extent
2726
#include <mdspan>
2827
#include <cassert>
2928

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

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

35-
#include <span> // dynamic_extent
3635
#include <mdspan>
3736
#include <cassert>
3837

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

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

24-
#include <span> // dynamic_extent
2524
#include <mdspan>
2625
#include <cassert>
2726

0 commit comments

Comments
 (0)