rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

Fix ambiguous auto variable on gcc 7.5

Open smnogar opened this issue 3 years ago • 1 comments
trafficstars

I'm running humble on an older version of embedded linux thats stuck with gcc 7.5. For some reason it didn't like this auto declaration. Could we get this pushed into rolling and humble branches?

This should resolve https://github.com/ros2/rclcpp/issues/1963

smnogar avatar Jul 22 '22 22:07 smnogar

@smnogar The linters are unhappy with the length of the line. If you fix that, we can run CI on this and get it in.

clalancette avatar Jul 26 '22 12:07 clalancette

@smnogar would you address comments above? thanks!

fujitatomoya avatar Nov 30 '22 17:11 fujitatomoya

Since there has been no movement on this in a long time, I'm going to close this out. Feel free to respond to the comments and reopen if you are still interested in getting this in, thanks.

clalancette avatar Jul 20 '23 14:07 clalancette