Skip to content

Add using std::sqrt or std::abs directives

Nils-Arne Dreier requested to merge add_using_directives into master

This MR adds using directives for the use of std::sqrt or std::abs. This is needed because other names in the namespace Dune are probably found before the names in the namespace std.

Merge request reports