kokkos / mdspan

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

disallow C++14 #272

Open nmm0 opened 1 year ago

nmm0 commented 1 year ago

We want to error out at configure time if provided with a C++ standard below C++17.

We do not support C++14 anymore, so erroring out at the earliest possible time makes our build system more ergonomic for users (C++14 is not supported anymore because of the maintenance burden).

dalg24 commented 1 year ago

Please elaborate why we want that.