gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.2k stars 484 forks source link

Fix template specialization in constructors #3295

Closed Ondraceq closed 1 year ago

Ondraceq commented 1 year ago

🦟 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 commented 1 year ago

Thanks for the fix!