kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
398 stars 65 forks source link

-Wshadow warnings #338

Open nmm0 opened 2 months ago

nmm0 commented 2 months ago

Current code does not compile under -Wshadow. Fix incoming...