You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside of "include/mim/detail/type/type_quaternion.inl" on line 71 is broken and needs fixing.
ERROR OUTPUT:
In template: no viable conversion from returned value of type 'float' to function return type 'vec<3, float, (mim::qualifier)0>' error occurred here in instantiation of function template specialization 'mim::dot<float, mim::packed_highp>' requested here in instantiation of member function 'mim::quat::quat' requested here explicit constructor is not a candidate explicit constructor is not a candidate explicit constructor is not a candidate explicit constructor is not a candidate
Have yet to do further investigation just currently commented out the test case for it till this issue has been corrected.
The text was updated successfully, but these errors were encountered:
Currently
template <typename T, qualifier Q> quat<T, Q>::quat(const vec<3, T, Q>& a1, const vec<3, T, Q>& a2)
inside of "include/mim/detail/type/type_quaternion.inl" on line 71 is broken and needs fixing.
ERROR OUTPUT:
Have yet to do further investigation just currently commented out the test case for it till this issue has been corrected.
The text was updated successfully, but these errors were encountered: