We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
header will be removed in C++20. I think it should not be used.
The text was updated successfully, but these errors were encountered:
We should use a Hedley macro to detect C++20 compilers and remove the include only there. For C++11, the header is still needed, in particular for MSVC (see https://ci.appveyor.com/project/nlohmann/json/builds/27972282).
Sorry, something went wrong.
Understood
No branches or pull requests
header will be removed in C++20. I think it should not be used.
The text was updated successfully, but these errors were encountered: