Skip to content

Fix compilation issues under Clang 19.1.5#38

Open
dcarrawa wants to merge 1 commit into
NoAvailableAlias:masterfrom
dcarrawa:master
Open

Fix compilation issues under Clang 19.1.5#38
dcarrawa wants to merge 1 commit into
NoAvailableAlias:masterfrom
dcarrawa:master

Conversation

@dcarrawa
Copy link
Copy Markdown

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