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 compilation issues under Clang 19.1.5 #38

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

Conversation

dcarrawa
Copy link

With newer versions of Clang template arguments are required when using the template keyword otherwise you'll get the following compilation error :

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

This appears to be mandated by the language spec, so it wouldn't surprise me if newer versions of GCC or MSVC start failing with a similar issue at some point.

@dcarrawa dcarrawa changed the title Fix compilation issues when using Clang 19.1.5 Fix compilation issues under Clang 19.1.5 Dec 27, 2024
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.

1 participant