[Dune-devel] [PATCH] Use unqualified calls to allow ADL.
Christian Engwer
christian.engwer at uni-muenster.de
Tue Sep 1 21:36:17 CEST 2015
Dear Atgeirr,
> The solution (and I have come to believe this is a common pattern) is
> to use unqualified calls, with using-statements to include implementations
> for standard types and using ADL to find the custom functions in the
> namespace of the user-defined class.
as Carsten pointed out, we use these unqualified calls in the
specialization of the fvmeta namespace. True, we might remove some of
the specializations, but never the less it _should_ work. Can you
please provide a minimal working example, so that we can reproduce
this bug?
Thanks
Christian
More information about the Dune-devel
mailing list