Skip to content

SCT_ClusteringTool try to use move ctors to avoid extra allocations

  • SCT_ClusteringTool try to use move ctors to avoid extra allocations

Also fixes for clang-tidy warning

  • fix for warning: constness of 'invalidResult' prevents automatic move [performance-no-automatic-move]

Merge request reports