5 #warning "This header is deprecated and will be removed after Dune release 2.8. Use std::gcd instead"
14 template<
long a,
long b>
15 struct [[deprecated("Will be removed after
Dune 2.8. Use std::gcd from <numeric> instead!")]]
Gcd
19 constexpr
static long value = std::gcd(a,b);
Dune namespace.
Definition: alignedallocator.hh:11
Calculator of the greatest common divisor.
Definition: gcd.hh:16