Use std types
Use std::is_same, std::conditional, std::true_type, std::false_type and std::integral_constant instead of the corresponding DUNE types. This gets rid of several deprecated warnings.
Use std::is_same, std::conditional, std::true_type, std::false_type and std::integral_constant instead of the corresponding DUNE types. This gets rid of several deprecated warnings.