Skip to content

Conversation

@ludopulles
Copy link
Contributor

@ludopulles ludopulles commented Jun 18, 2024

There was the following warning when running make, when compiling the C++ code with a modern compiler (i.e. one that supports C++20 but still compiles with C++11):

warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
note: remove the '< >'

More info, see: https://stackoverflow.com/questions/63513984/can-class-template-constructors-have-a-redundant-template-parameter-list-in-c2

There was the following warning, when compiling the C++ code with a modern compiler that supports
C++20 (but compiles with C++11):

	warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
	note: remove the '< >'

More info, see: https://stackoverflow.com/questions/63513984/can-class-template-constructors-have-a-redundant-template-parameter-list-in-c2
@malb malb merged commit ded6d89 into fplll:master Jun 19, 2024
@malb
Copy link
Collaborator

malb commented Jun 19, 2024

Ta!

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