Skip to content

Add virtual destructors to classes with virtual functions.#566

Merged
clalancette merged 1 commit intomasterfrom
fix-virtual-destructors
Oct 8, 2018
Merged

Add virtual destructors to classes with virtual functions.#566
clalancette merged 1 commit intomasterfrom
fix-virtual-destructors

Conversation

@clalancette
Copy link
Copy Markdown
Contributor

@clalancette clalancette commented Oct 5, 2018

This fixes the build on MacOS High Sierra and later, and
is the more correct thing to do anyway.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

fixes #563

This fixes the build on MacOS High Sierra and later, and
is the more correct thing to do anyway.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette added the in progress Actively being worked on (Kanban column) label Oct 5, 2018
@clalancette
Copy link
Copy Markdown
Contributor Author

clalancette commented Oct 5, 2018

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@clalancette clalancette added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Oct 6, 2018
@clalancette clalancette merged commit bedb3ae into master Oct 8, 2018
@clalancette clalancette deleted the fix-virtual-destructors branch October 8, 2018 15:02
@clalancette clalancette removed the in review Waiting for review (Kanban column) label Oct 8, 2018
DensoADAS pushed a commit to DensoADAS/rclcpp that referenced this pull request Aug 5, 2022
* Update changelogs and setup.py

Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>

* Update versions in new packages to match (so that we can run bloom)

Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>

* 0.4.0
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.

Missing virtual destructors on Apple Clang version 10.0

2 participants