diff --git a/src/Math/Algorithms/Svd.h b/src/Math/Algorithms/Svd.h index 51ef991ae..8249e0bbb 100644 --- a/src/Math/Algorithms/Svd.h +++ b/src/Math/Algorithms/Svd.h @@ -49,7 +49,7 @@ template T pythagoras(T a, T b) { return absb*std::sqrt(T(1) + Math::pow<2>(absa/absb)); } -template T smallestDelta(); +template constexpr T smallestDelta(); template<> inline constexpr Float smallestDelta() { return 1.0e-32; } #ifndef MAGNUM_TARGET_GLES template<> inline constexpr Double smallestDelta() { return 1.0e-64; }