-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
While compiling got 76 errors #1255
Comments
Which version of the library are you using? Which compiler are you using? |
I downloaded .zip right now. Seems it is last one. |
Please fill the required information:
|
Please describe the steps to reproduce the issue. Can you provide a small but working code example?I downloaded .zip $ mkdir build cmake --build . go to vs15 open nlohmann_json.sln Run Build got the same errors What is the expected behavior? expected compilation with no errors and running all unit-tests |
Please answer the questions above:
Please copy/paste the complete error messages
Please provide the concrete compiler version |
Windows 7 Home |
The library only works for Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later). Please make sure whether your version is not too old. Furthermore, please provide details on the error messages. |
Okey, thank you. Suppose something wrong with my environment. |
Do you need further assistance? |
Severity Code Description Project File Line Suppression State
Error C2100 illegal indirection test-capacity json.hpp 278
Error C1903 unable to recover from previous error(s) test-capacity json.hpp 481
Error C2100 illegal indirection test-unicode json.hpp 278
Error C2100 illegal indirection test-testsuites json.hpp 278
... finally even with 76 error all of them is c2100 json.hpp 278 or c1903 json.hpp 481
The text was updated successfully, but these errors were encountered: