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

Support for c++20 #15

Closed

Conversation

salome-eriksson
Copy link
Contributor

Currently SoPlex cannot be used as a library when compiling with c++20, since adding the template parameter to the constructor of a templated class is no longer permitted (https://cplusplus.github.io/CWG/issues/2237.html), but SoPlex uses this in several header files.
This pull request removes redundant template parameters from the header files.

@leoneifler
Copy link
Contributor

thanks for creating this. I merged it and the changes will be mirrored here soon (tomorrow at the latest). We will also create a job in our continuous integration to test and maintain compatibility with cpp20 compilers

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