Skip to content

Fixed clang compilation errors and warnings

Vakhtang Tsulaia requested to merge tsulaia/athena:main-clang into main
  1. InDetGNNTracking: ambiguous use of overloaded operator '==' (error), and call to std::move on a temporary (warning)
  2. TrigInDetAccelerationTool: extra parentheses around comparison (warning)

Merge request reports