Skip to content

warnings: remove `static` from template functions

Clang warns when these are not used where they are included. Just remove the static as they are templates and subject to inline-like deduplication rules anyways.

Merge request reports

Loading