Skip to content

Commit

Permalink
fix msvc compilation error (#5)
Browse files Browse the repository at this point in the history
NVM,  it wil just check on merge
  • Loading branch information
toge authored Aug 12, 2024
1 parent f9312c8 commit aceb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixed_lib/include/fixedmath/fixed_math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<typename arithmethic_type>
template<typename arithmethic_type, typename>
constexpr fixed_t arithmetic_to_fixed( arithmethic_type value ) noexcept;

/// implicit convertion to double from fixed
Expand Down

0 comments on commit aceb368

Please sign in to comment.