Skip to content

Deprecate apply_to_tuple utility

The apply_to_tuple is a simple expansion of parameters and the evaluation of a functor. This is easily done nowadays with c++17 or dune-common hybrid utilities. This MR adds a deprecation warning.

Merge request reports