Skip to content

Fix conflicts with SIMD headers

The definition of the free function sqrt in dune/common/loop.hh lead to conflicts. This MR therefore imports std::sqrt explicitly to the local scope where sqrt is used.

Merge request reports