Skip to content
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

json and Microsoft Visual c++ Compiler Nov 2012 CTP #562

Closed
Kostya1 opened this issue Apr 19, 2017 · 1 comment
Closed

json and Microsoft Visual c++ Compiler Nov 2012 CTP #562

Kostya1 opened this issue Apr 19, 2017 · 1 comment

Comments

@Kostya1
Copy link

Kostya1 commented Apr 19, 2017

Hello! I use MSVS 2012 with Microsoft Visual c++ Compiler Nov 2012 CTP (C++11). And I cannot compile my project, because there are different mistakes in json.hpp (eg. "C3646: 'noexcept': uknown override specifier"). Is it possible to build your project in MSVS 2012 with C++11 compiler?

@nlohmann
Copy link
Owner

No, unfortunately, you need at least Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0; see https://github.com/nlohmann/json#supported-compilers. MSVC 2012 does not fully implement C++11, see https://msdn.microsoft.com/library/hh567368.aspx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants