Skip to content

Remove dynamic exception specifications

Dynamic exception specifications have been deprecated since C++11 and removed in C++17, and with those still in dune-alugrid fails to compile on GCC 7 and Clang 5 in C++17 mode.

This patch just straight up removes them.

Merge request reports