opm-simulators/opm
Arne Morten Kvarving 15b12eaa3e avoid use of std::is_pod_v
implement it ourself in terms of std::is_trivial and
std::is_standard_layout. std::is_pod_v is deprecated in c++-20
2024-11-06 10:38:50 +01:00
..
models add casts to avoid comparison to / arithmetics with enums 2024-11-06 10:38:50 +01:00
simulators avoid use of std::is_pod_v 2024-11-06 10:38:50 +01:00