diff --git a/fixed_lib/include/fixedmath/fixed_math.hpp b/fixed_lib/include/fixedmath/fixed_math.hpp index 2bf22be..0bc2d69 100644 --- a/fixed_lib/include/fixedmath/fixed_math.hpp +++ b/fixed_lib/include/fixedmath/fixed_math.hpp @@ -63,7 +63,7 @@ namespace fixedmath constexpr fixed_t operator -( fixed_t l ) noexcept; ///\brief converts any floating point or integral value into fixed point - template + template constexpr fixed_t arithmetic_to_fixed( arithmethic_type value ) noexcept; /// implicit convertion to double from fixed