-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix MSVC+CPP issue with including eurydice_glue.h w/ C++17 #466
Fix MSVC+CPP issue with including eurydice_glue.h w/ C++17 #466
Conversation
samuel-lee-msft
commented
May 16, 2024
- Without this MSVC generates error C7555 when eurydice_glue.h is included in any C++ source (https://godbolt.org/z/EqcvcG3Yj)
+ Without this MSVC generates error C7555 when eurydice_glue.h is included in any C++ source (https://godbolt.org/z/EqcvcG3Yj)
We require contributors to sign our Contributor License Agreement https://github.com/cryspen/hacl/blob/main/CLA.md ensuring that the contribution can be licensed under Apache 2.0 and MIT. In order for us to review and merge your code, please mention @cryspen/core in a comment below to get yourself added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Happy to merge this when you agree to be added to the list of contributors.
Pull Request Test Coverage Report for Build 9565090194Details
💛 - Coveralls |
I am happy to agree to the CLA and be added to the list of contributors for this PR |
Let me know if there is anything blocking completion of this PR |
Sorry for the delay, merging this now. |