-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Fixed latest build error in msvc platform #3630
Conversation
warnings in msvc about mix/max macro while windows.h is used in the project #762
The changes need to be applied to |
No, |
The header See https://github.com/nlohmann/json/blob/develop/.github/CONTRIBUTING.md#files-to-change for more information. While this recommends against manual editing, if you're making these changes through GitHub, that is your only option. |
None
Co-authored-by: Florian Albrechtskirchinger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
I've added a unit test to catch this issue in the future (#3631).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! |
Like #762 warnings in msvc about mix/max macro while windows.h is used in the project