[cleanup] replace deprecated type trait
The enable_if
implementation defined in dune-common is deprecated. Thus we should use std::enable_if
instead.
The enable_if
implementation defined in dune-common is deprecated. Thus we should use std::enable_if
instead.