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

Fix Visual Studo 2013 builds. #490

Closed
AraHaan opened this issue Mar 9, 2017 · 2 comments
Closed

Fix Visual Studo 2013 builds. #490

AraHaan opened this issue Mar 9, 2017 · 2 comments
Labels

Comments

@AraHaan
Copy link

AraHaan commented Mar 9, 2017

Some projects use your library in Visual Studio 2013. However it tries to use constexpr and noexcept which makes it unable to work on that version of Visual Studio. There is got to be a way to know if the version of Visual Studio code wise has noexcept and constexpr.

@gregmarr
Copy link
Contributor

gregmarr commented Mar 9, 2017

Visual Studio 2013 is not a supported compiler, for exactly those reasons.

@nlohmann nlohmann added the platform: visual studio related to MSVC label Mar 9, 2017
@nlohmann
Copy link
Owner

nlohmann commented Mar 9, 2017

The C++11 support of MSVC 2013 is broken. We cannot support it.

@nlohmann nlohmann closed this as completed Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants