We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a mid-term goal, it would be good to check whether storm can be compiled with C++20.
Known problems:
The text was updated successfully, but these errors were encountered:
storm::storage::BitVectorHashMap
I'm addressing further compilation issues in #447
Sorry, something went wrong.
I have fixed (or silenced) a couple of warnings we get in c++20 mode here #447 and via the update of parallel hashmap in #448.
My suggestion is to merge these (without the actual switch to c++20), roll out a new release soon, and then do the switch to c++20.
On my machine, there seem to be problems in carl formula that may no longer be relevant after resolving #452
Successfully merging a pull request may close this issue.
As a mid-term goal, it would be good to check whether storm can be compiled with C++20.
Known problems:
The text was updated successfully, but these errors were encountered: