ros2 / message_filters

BSD 3-Clause "New" or "Revised" License
76 stars 66 forks source link

Adding explicit constructors #129

Closed CursedRock17 closed 5 months ago

CursedRock17 commented 5 months ago

This pull request is an extension of #120 meant to resolve #128 in which we restore the ability to use the explicit keyword for singular parameter constructors. The current PR should work for message_filters but since making constructors explicit will technically cause an API break, I'm also testing downstream repositories. I will shortly display a list of all places where these changes cause a break, from there we can determine the extent in which we need to act