logging macros will not take a const Logger #679
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now if you try to pass a
const rclcpp::Logger
to a logging macro you'll get an error like this (taken from moveit/moveit2#21 (comment)):We seem to remove the reference but not the const qualifier when comparing with
std::is_same
.The text was updated successfully, but these errors were encountered: