Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: remove ClassDef from StEpdGeom #522

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented Apr 18, 2023

This type is neither an StMaker nor an IO class so, using ClassDef is not critical. On the contrary, it causes an error due to missing virtual destructor when included in compiled code. E.g. see #492

This type is neither an StMaker nor an IO class so, using ClassDef is
not critical. On the contrary, it causes an error due to missing virtual
destructor when included in compiled code. E.g. see
#492
@plexoos plexoos requested a review from Femtoscopist as a code owner April 18, 2023 23:13
@plexoos
Copy link
Member Author

plexoos commented Apr 19, 2023

This fix seemed to fix the compile error in #492

@plexoos plexoos merged commit a3be85d into main Apr 19, 2023
@plexoos plexoos deleted the fix/virtual_destructor_error_StEpdGeom branch April 19, 2023 12:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant