You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/andy/ws_moveit/build/moveit_servo/moveit_servo_lib_parameters/include/moveit_servo_lib_parameters.hpp:167:17: warning: parameter 'logger' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param]
17 | logger_ = logger;
| ^
| std::move( )
/home/andy/ws_moveit/build/moveit_servo/moveit_servo_lib_parameters/include/moveit_servo_lib_parameters.hpp:988:19: warning: parameter 'updated_params' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param]
988 | params_ = updated_params;
| ^
| std::move( )
```
The text was updated successfully, but these errors were encountered:
AndyZe
changed the title
Improvements suggested by clang-tidystd::move() improvements suggested by clang-tidyAug 11, 2024
The text was updated successfully, but these errors were encountered: