Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4147 commits behind 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.
515f312a
History