kokkos / mdspan

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

Fix #316: replace `throw` with `std::abort` in `layout_right.hpp` #317

Closed burnpanck closed 6 months ago

burnpanck commented 6 months ago

See #316.

burnpanck commented 6 months ago

Sorry for the amending/force-pushing - I should really stop pushing PR before I have tested the fix; even when it's just a single-line fix.