-
-
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
This file requires compiler and library support .... #332
Comments
As you can see, GCC is on 6.2 now https://gcc.gnu.org/ You have to update your compiler to a newer version. |
GCC 4.9.2 should be capable to compile the library (in fact, there is a preprocessor check that yields an error if the compiler is too old). But as the error message says: you need to pass |
Ok, I fix it. |
I do not understand the question. To what type do you want to convert your JSON? |
I have JSON: |
Say your JSON object is stored in variable [
[
1,
"Guzman",
16,
"6.31"
],
[
2,
"Berry",
3,
"4.34"
],
[
3,
"Golden",
8,
"4.15"
]
] |
Thanks for help |
Hi,
I trying to use your library but when I trying to compile example I getting error:
error This file requires compiler and library support for the \ ISO C++ 2011 standard. This support is currently experimental, and must be \ enabled with the -std=c++11 or -std=gnu++11 compiler options.
I'm using Dev C++ 5.11. I setted language standard into ISO C++ 11 but I getting still the same error.
What is bad?
Windows 10 Home x64
Dev C++ 5.11
TDM-GCC 4.9.2 64-bit Release
The text was updated successfully, but these errors were encountered: