kokkos / mdspan

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

fix extents array constructor in constant expressions #278

Closed oliverlee closed 1 year ago

oliverlee commented 1 year ago

fixes #277

mhoemmen commented 1 year ago

Thanks for the contribution! May I ask how and with what compilers you tested this?

oliverlee commented 1 year ago

This is what CMake picked up: /usr/bin/clang++ --version Ubuntu clang version 17.0.0 (++20230529052613+cd21c0d30c08-1~exp1~20230529172756.652)

mhoemmen commented 1 year ago

Thanks @dalg24 ! : - )