Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clang compilation error: missing-template-arg-list-after-template-kw #627

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

macurtis-amd
Copy link

Full text of error:

a template argument list is expected after a name prefixed by the template
keyword [-Wmissing-template-arg-list-after-template-kw]

Found while testing a recent build of clang 20, though I think clang 19 will also complain.

Full text of error:

  a template argument list is expected after a name prefixed by the template
  keyword [-Wmissing-template-arg-list-after-template-kw]

Found while testing a recent build of clang 20, though I think clang 19 will
also complain.
Copy link
Collaborator

@stanleytsang-amd stanleytsang-amd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CI pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants