Open adayton1 opened 1 year ago
I think this will fix it. https://github.com/kokkos/mdspan/pull/260 Note that by default however the single header will give you mdspan from now on in the Kokkos:: namespace.
Technically we are not allowed to inject things into the std:: namespace without being a stdandard library implementation.
It looks like the latest commit to the single-header branch broke things. There are a bunch of errors regarding redefinitions (one example is below):
I went back to the previous commit and it worked fine (https://raw.githubusercontent.com/kokkos/mdspan/15563ed9ab955f8a2e555181a71583a9913816c2/mdspan.hpp instead of https://raw.githubusercontent.com/kokkos/mdspan/single-header/mdspan.hpp).