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

Improve the collection interface #478

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

tmadlener
Copy link
Collaborator

@tmadlener tmadlener commented Sep 8, 2023

BEGINRELEASENOTES

  • Add empty method to CollectionBase
  • Add operator== to the collection iterators

ENDRELEASENOTES

Fixes #476

@hegner hegner merged commit 48a4bf6 into AIDASoft:master Sep 8, 2023
17 checks passed
Ananya2003Gupta pushed a commit to Ananya2003Gupta/podio that referenced this pull request Sep 26, 2023
* Add empty method to collection interface

* Add operator== do collection iterators

* Fix clang-tidy warning
@tmadlener tmadlener deleted the coll-interface-improvements branch November 8, 2023 12:14
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 this pull request may close these issues.

Podio collections are missing empty(), iterators missing operator==()
2 participants