Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative comparisons between podio::ObjectID objects are not implemented #495

Closed
jmcarcell opened this issue Oct 2, 2023 · 2 comments · Fixed by #496
Closed

Negative comparisons between podio::ObjectID objects are not implemented #495

jmcarcell opened this issue Oct 2, 2023 · 2 comments · Fixed by #496

Comments

@jmcarcell
Copy link
Member

#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.

@jmcarcell jmcarcell changed the title https://github.com/AIDASoft/podio/pull/493 Negative comparisons between podio::ObjectID objects are not implemented Oct 2, 2023
@tmadlener
Copy link
Collaborator

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?

@jmcarcell
Copy link
Member Author

Yes in CEPCSW, we also build it for the nightlies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants