[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
================
@@ -28,6 +28,7 @@
// for every rank index r.
//
+#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