kokkos / mdspan

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

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

Closed burnpanck closed 8 months ago

burnpanck commented 8 months ago

See #316.

burnpanck commented 8 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.