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

Known issue on Windows platform #4

Open
alfishe opened this issue Jan 30, 2020 · 1 comment
Open

Known issue on Windows platform #4

alfishe opened this issue Jan 30, 2020 · 1 comment

Comments

@alfishe
Copy link

alfishe commented Jan 30, 2020

#define NOMINMAX should before including any of Windows / Platform SDK header. Otherwise min/max macroses from there break std::min and std::max giving syntax errors during compilation

Reference: https://stackoverflow.com/questions/5004858/why-is-stdmin-failing-when-windows-h-is-included

@mumbleskates
Copy link

Why is this an issue with digestpp?

None of the strings "NOMINMAX", "windows.h", or "windef.h" appear anywhere in this repository, case insensitive. This does not seem like a valid issue.

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

No branches or pull requests

2 participants