Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4175 commits behind, 33 commits ahead of the upstream repository.
user avatar
Christian Engwer authored
we first import function like std::max into the local scope and the call max(a,b) instead of
std::max(a,b). This allows to match specializations for other data types via ADL.

(cherry picked from commit 515f312a)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
183fb88c
History