We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f6c37 commit b74dd8eCopy full SHA for b74dd8e
1 file changed
src/ring_simplejson.cpp
@@ -1,3 +1,8 @@
1
+// Prevent Windows min/max macros from conflicting with std::min/std::max
2
+#ifdef _WIN32
3
+#define NOMINMAX
4
+#endif
5
+
6
#include "glaze/base64/base64.hpp"
7
#include "glaze/cbor.hpp"
8
#include "glaze/csv.hpp"
0 commit comments