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

partially revert the previous PR and hopefully do destructors properly this time #130

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

wsong83
Copy link
Member

@wsong83 wsong83 commented Aug 12, 2024

The base class should have a virtual destructor.
When unnecessary, derived classes should have no destructor and a default one will be generated by the compiler.
Enforce -Wall -Werror for regression

@wsong83 wsong83 added this pull request to the merge queue Aug 12, 2024
Merged via the queue into master with commit 7b094f4 Aug 12, 2024
1 check passed
@wsong83 wsong83 deleted the redo-destructor branch August 12, 2024 07:24
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.

1 participant