Skip to content

Commit 297e20c

Browse files
authored
Apply suggestions from code review
1 parent 1711813 commit 297e20c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
// for every rank index r.
2929
//
3030

31-
#include <span>
32-
#include <mdspan>
3331
#include <cassert>
32+
#include <mdspan>
33+
#include <span>
3434

3535
#include "check_assertion.h"
3636

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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>
34-
#include <mdspan>
3533
#include <cassert>
34+
#include <mdspan>
35+
#include <span>
3636

3737
#include "check_assertion.h"
3838

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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>
34-
#include <mdspan>
3533
#include <cassert>
34+
#include <mdspan>
35+
#include <span>
3636

3737
#include "check_assertion.h"
3838

0 commit comments

Comments
 (0)