kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
401 stars 66 forks source link

qualify `std::` namespace #254

Closed nmm0 closed 1 year ago

nmm0 commented 1 year ago

Since we are currently embedding in namespace std:: we make assumptions that standard library entities don't need to be qualified with std::. In order to move away from namespace std:: we need to change that.