You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix instances of -Wmissing-template-arg-list-after-template-kw.
Clang has a new warning that requires a template argument list after using
the template keyword. Remove uses of the template keyword when we're not
specifying types.
See llvm/llvm-project#94194 for the upstream
clang changes
Signed-off-by: Khem Raj <[email protected]>
0 commit comments