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 unexpected template name being passed to TypeSupport class #480

Closed
wants to merge 1 commit into from

Conversation

jacobperron
Copy link
Member

The TypeSupport class is not a template class.

To be honest, I'm not sure how the code was compiling before this change as I would have expected there to be an error "expected template-name before ‘<’ token".
I noticed this suddenly appearing during the ABI check for Foxy, for example:

http://build.ros2.org/job/Fpr__rmw_fastrtps__ubuntu_focal_amd64/75/API_5fABI_20report/

The TypeSupport class is not a template class.

To be honest, I'm not sure how the code was compiling before this change as I would have expected there to be an error "expected template-name before ‘<’ token".
I noticed this suddenly appearing during the ABI check for Foxy, for example:

http://build.ros2.org/job/Fpr__rmw_fastrtps__ubuntu_focal_amd64/75/API_5fABI_20report/

Signed-off-by: Jacob Perron <[email protected]>
@jacobperron
Copy link
Member Author

Superseded by #481

@jacobperron jacobperron closed this Nov 9, 2020
@jacobperron jacobperron deleted the jacob/rm_unexpected_template_name branch November 9, 2020 22:53
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.

1 participant