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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 4 00:47:14 PDT 2025


philnik777 wrote:

I think the proper fix here is to `#include <__fwd/span.h>` in `<mdspan>`. AFAICT this also requires an LWG issue, since `dynamic_extent` is almost certainly supposed to be provided via `<mdspan>`, but I think it's not specified to be.

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


More information about the libcxx-commits mailing list