[libcxx-commits] [libcxx] [libcxx] Add span includes to some mdspan tests (PR #142693)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 5 10:20:33 PDT 2025


================
@@ -30,6 +30,7 @@
 //
 // 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]).
 
+#include <span>
 #include <mdspan>
 #include <cassert>
----------------
ldionne wrote:

```suggestion
#include <cassert>
#include <mdspan>
#include <span>
```

https://github.com/llvm/llvm-project/pull/142693


More information about the libcxx-commits mailing list