kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
405 stars 69 forks source link

#254: qualify `std` namespace #255

Closed nmm0 closed 1 year ago

nmm0 commented 1 year ago

Closes #254

I honestly think I caught all of it. This builds if I change the mdspan namespace on gcc12 in C++14, 17, 20, and 23 modes. If I missed anything I'll catch it in the PR for changing the namespace...