From aceb36872df82b2e73def4961e1f1f291c8935b1 Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 12 Aug 2024 17:10:56 +0900 Subject: [PATCH] fix msvc compilation error (#5) NVM, it wil just check on merge --- fixed_lib/include/fixedmath/fixed_math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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