Skip to content

Use std:: types

Eike Müller requested to merge use_std_types into master

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.

Merge request reports