We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently code often has to implement an empty destroy method. I think that if
virtual void destroy() = 0;
is replaced with
virtual void destroy() {}
then other code does not have to implement an empty destroy method
The text was updated successfully, but these errors were encountered:
Now that a new release of EPICS7 is available, can Michael now make this change?
Sorry, something went wrong.
Done. 598fa1e
mdavidsaver
No branches or pull requests
Currently code often has to implement an empty destroy method.
I think that if
is replaced with
then other code does not have to implement an empty destroy method
The text was updated successfully, but these errors were encountered: