Pressio/pressio

Drop support for C++ 14

Closed this issue · 1 comments

Can we actually drop support for C++14? I can see that Eigen defaults to C++14, but Trilinos, Kokkos (and possibly more TPLs) require C++17.

Originally posted by @cz4rs in #634 (comment)

Remove support for C++14 as soon as no users depend on it.

done already