We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b860cc3 + bc9b445 commit 2c872ecCopy full SHA for 2c872ec
src/lib_json/json_reader.cpp
@@ -30,8 +30,10 @@
30
#elif defined(__ANDROID__) || defined(__QNXNTO__)
31
#define snprintf snprintf
32
#elif __cplusplus >= 201103L
33
+#if !defined(__MINGW32__)
34
#define snprintf std::snprintf
35
#endif
36
+#endif
37
38
#if defined(__QNXNTO__)
39
#define sscanf std::sscanf
src/lib_json/json_writer.cpp
@@ -57,8 +57,10 @@
57
58
59
60
61
62
63
64
65
#if defined(__BORLANDC__)
66
#include <float.h>
0 commit comments