Skip to content

Possible incorrect _MSC_VER reference #2112

Description

@ua-code-dragon

#if defined(JSON_HAS_CPP_17) && (defined(__GNUC__) || (defined(_MSC_VER) and _MSC_VER <= 1914))

This condition seems to check "Visual Studio 2017 or later", so there should be >= 1914, not <=

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions