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
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 formessage_filters
but since making constructorsexplicit
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