Skip to content
Snippets Groups Projects

CloudProvider: remove redundant std::move on return

They are signaled in warnings, and std::move here offers no additional gain, except on old Clang version that would not trigger the optimization on return without it, as a bug.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading