digestpp icon indicating copy to clipboard operation
digestpp copied to clipboard

Known issue on Windows platform

Open alfishe opened this issue 5 years ago • 1 comments

#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

alfishe avatar Jan 30 '20 22:01 alfishe

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.

mumbleskates avatar Feb 10 '20 07:02 mumbleskates