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
kindr team
Could i rewrite
return left.derived().toImplementation() == RotationBase<Left_>(right).derived().toImplementation(); to
return left.derived().toImplementation() == right.derived().toImplementation();
in ComparisonTraits?
kindr team
Could i rewrite
return left.derived().toImplementation() == RotationBase<Left_>(right).derived().toImplementation(); to
return left.derived().toImplementation() == right.derived().toImplementation();
in ComparisonTraits?
thanks.