-
Notifications
You must be signed in to change notification settings - Fork 15
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
cmake -DCMAKE_CXX_STANDARD=20 failure #319
Comments
Could you please post how to reproduce your issue, i.e. what commands did you enter, what was the output ... |
I fork cci repo, then modify the .github/workflow/cmake.yml. https://github.com/jingliangliang1/cci/actions/runs/11829327254/workflow, this is success with c++ stantard 17 , systemc 3.0.0 . |
In file included from /usr/include/c++/12/bits/stl_iterator_base_types.h:71, |
I modifed the file src/cci/core/cci_value.h line no.767 and no.794. line no.767: details: |
I don't know what the consequences of my changes are, but the current changes do compile successfully using the C++20 standard. Please help me to confirm whether there are any other hidden dangers or not. @aut0 Thanks very much. |
When i modify the .github/workflow cmake.yml, set -DCMAKE_CXX_STANDARD=20, in order to test systemc-3.0.0 and cci cmake with c++ standard 20.
Finally, it is failure when step configure cci.
Question: cci is not supported c++ standard 20?
The text was updated successfully, but these errors were encountered: