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
On #219 , the WellOrderedVector was added to provide a strict comparison function so the current behaviour wouldn't be changed. We should consider changing the behaviour on a new major version.
The text was updated successfully, but these errors were encountered:
Hey @chapulina . I have done some changes in the Vector3_TEST.cc to resolve the issue of operator not beign assymetric and have given the pull request . Can you just check and verify it .
Environment
Description
a < b
andb < a
can both be true at the same time, as demonstrated on the example below:Steps to reproduce
See the example test above, which passes
Additional context
On #219 , the
WellOrderedVector
was added to provide a strict comparison function so the current behaviour wouldn't be changed. We should consider changing the behaviour on a new major version.The text was updated successfully, but these errors were encountered: