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

Mark the collection destructor with override and remove #include <array> #716

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

jmcarcell
Copy link
Member

@jmcarcell jmcarcell commented Dec 9, 2024

BEGINRELEASENOTES

  • Mark the collection destructor with override and remove #include <array>

ENDRELEASENOTES

I think for std::array the only use-case in a Collection.h file is due to https://github.com/key4hep/EDM4hep/blob/main/edm4hep.yaml#L857 and then since the Object.h is included and array is included there it's also not strictly needed in this file although used. In all other cases it's included without being used.

@jmcarcell jmcarcell changed the title Mark the collection destructor with override and remove an array include Mark the collection destructor with override and remove #include <array> Dec 9, 2024
@tmadlener
Copy link
Collaborator

I think the <array> includes are a leftover from before these changes #337

@tmadlener tmadlener merged commit f6662ad into AIDASoft:master Dec 9, 2024
18 checks passed
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.

2 participants