Skip to content

Fix virtual method shadowing in IterativeSolver

IterativeSolver redefines one of the two overloads of apply(), which hides the other overload within that class. This is then worked around in the overloaded variant.

This patch fixes the issue by making the non-overloaded variant visible in the context of IterativeSolver.

Merge request reports