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
#493 breaks cases where there is a negative comparison between podio::ObjectID(), that is id1 != id2, because podio::ObjectID doesn't implement the negative comparison operator.
I think it's fine the few cases we have and we don't need to implement the operator, but also implementing it is a one liner.
The text was updated successfully, but these errors were encountered:
jmcarcell
changed the title
https://github.com/AIDASoft/podio/pull/493
Negative comparisons between podio::ObjectID objects are not implemented
Oct 2, 2023
Just out of curiosity. Did this break somewhere in the Key4hep stack? I thought I checked that by building a local version, but maybeI was missing some tests?
#493 breaks cases where there is a negative comparison between
podio::ObjectID()
, that isid1 != id2
, becausepodio::ObjectID
doesn't implement the negative comparison operator.I think it's fine the few cases we have and we don't need to implement the operator, but also implementing it is a one liner.
The text was updated successfully, but these errors were encountered: