-
-
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
'to_string' is not a member of 'std' #364
Comments
Sounds like the GCC compiler in that version doesn't have a complete standard library. Can you determine which version of GCC is included? |
4.9.2 far as I can tell, I used codeblocks auto install for minGW and can't go g++ --version to check. I've been using and running it for months with no problem, its just became an issure now trying to use this library |
From the README:
|
@joshuagahan Could you fix the issue? |
Inactive. |
added json.hpp to project and imported, set "g++ follow c++ ISO C++ language standard [-std=c++11] and get compiler errors for to_strong and stoi. I'm using GNU GCC Compiler, Codeblocks 16.01 IDE, on windows.
If this is something I'm doing wrong, vice an issue, I'm unaware. I'm a very very new CS major and don't honestly know much about compilers, includes, well pretty much anything.
The text was updated successfully, but these errors were encountered: