Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wmissing-template-arg-list-after-template-kw issued by Clang 19 (#…
…73) This warning is treated as error by default: https://releases.llvm.org/19.1.0/tools/clang/docs/DiagnosticsReference.html#wmissing-template-arg-list-after-template-kw So build breaks for all library consumers even when -Werror, -Wall, etc. are not used.
- Loading branch information