Skip to content

[range-based-for] Use ADL as intended by dune

Timo Koch requested to merge feature/use-adl-for-range-based-for-loops into master

Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.

see https://www.dune-project.org/doc/doxygen/html/group__GIIteration.html

Merge request reports