Skip to content

TrigCompositeUtils: Const fix.

The payload of a vector can't usually be const. Fixes compilation with clang14 in c++20 mode.

Merge request reports