Skip to content
Snippets Groups Projects

Fix clang compile issue with a missing tempolate arg list (backport)

Merged Kenneth Moreland requested to merge kmorel/vtk-m:missing-template-arg-list into release

Apparently, starting with LLVM clang version 20, if you use the template keyword to highlight a sub-element, you have to provide a template argument list. This is true even for a method where the template arguments can be completely determined by the types of the arguments. Fix this problem by providing an empty template arg list (so the compiler knows what is templated but still figures out its own types).

This is a backport of !3274 (merged)

Backport: release-2.0
Backport: release-2.1

Merge request reports

Merge request pipeline #421011 failed

Merge request pipeline failed for 8bd6ebac

Approval is optional

Merged by Kitware RobotKitware Robot 5 months ago (Oct 30, 2024 7:11pm UTC)

Merge details

  • Changes merged into with 5fe0b41a.
  • Deleted the source branch.

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