Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Fix template specialization in constructors #3295

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

Ondraceq
Copy link
Contributor

@Ondraceq Ondraceq commented Feb 3, 2023

🦟 Bug fix

Fixes #3177

Summary

Just removing <T> where there is no template before the function. (Somehow gcc didn't mind in version 10, but now correctly minds in version 11.

@scpeters scpeters merged commit 08f01aa into gazebosim:gazebo11 Feb 5, 2023
@scpeters
Copy link
Member

scpeters commented Feb 5, 2023

Thanks for the fix!

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

Successfully merging this pull request may close these issues.

Compiling on g++-11 with -std=c++20
2 participants