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

remove smart pointer definitions for virtual class #48

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

irobot-ros
Copy link
Collaborator

Signed-off-by: Alberto Soragna alberto.soragna@gmail.com

This smart pointer definition caused a compilation error when building with clang 7, due to event waitable class being pure virtual (it inerhits from pure virtual waitable and does not implement execute)

any reason to keep it @mauropasse ?

Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
@mauropasse
Copy link
Collaborator

No reason, and also does not make sense to have a smart pointer definition for a pure virtual class.

@irobot-ros irobot-ros merged commit 3a50ee8 into irobot/add-events-executor Feb 22, 2021
@irobot-ros irobot-ros deleted the asoragna/fix-clang branch February 22, 2021 11:29
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