Skip to content

remove smart pointer definitions for virtual class#48

Merged
irobot-ros merged 1 commit intoirobot/add-events-executorfrom
asoragna/fix-clang
Feb 22, 2021
Merged

remove smart pointer definitions for virtual class#48
irobot-ros merged 1 commit intoirobot/add-events-executorfrom
asoragna/fix-clang

Conversation

@irobot-ros
Copy link
Copy Markdown
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
Copy Markdown
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