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

destroyable.h #164

Open
mrkraimer opened this issue May 20, 2020 · 2 comments
Open

destroyable.h #164

mrkraimer opened this issue May 20, 2020 · 2 comments

Comments

@mrkraimer
Copy link
Contributor

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

@mrkraimer
Copy link
Contributor Author

Now that a new release of EPICS7 is available, can Michael now make this change?

@mdavidsaver
Copy link
Member

Done. 598fa1e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants