[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:32 PDT 2025
https://github.com/ldionne approved this pull request.
LGTM with a super nit.
Historically, we would always include the header being tested first. The intent was to ensure that each header is self-standing and can be included on its own. Nowadays we have generated tests that do these checks, so the benefit of always including the header being tested first is less. I sorted the includes instead.
https://github.com/llvm/llvm-project/pull/142693
More information about the libcxx-commits
mailing list