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?
thanks.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: