-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
compilation error while using intel c++ compiler 2018 #994
Comments
No, unfortunately I have no idea how to solve this. |
I cannot reproduce this issue. I could compile the test suite without problems. I only needed to set
Note the deprecation warnings are expected - the respective functions will be removed with the 4.0.0 release. Some tests fail:
but this seems unrelated to this issue. What exactly are you compiling? What are your flags? |
@tomqt Could you provide more information like the program you are compiling or the compiler flags? |
I have a similar problem using the ICPC compiler. |
Hello!
I am facing an issue that maybe has been already solved but I can't find documentation regarding it.
When trying to compile a new project that includes json.hpp with Intel C++ 18.0 compiler (as well for Intel C++ 17.0) in visual studio
I get the following errors:
Is it a known and solved issue?
Thanks!
The text was updated successfully, but these errors were encountered: