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.
1 parent 2f20346 commit 1c58876Copy full SHA for 1c58876
src/lib_json/json_writer.cpp
@@ -29,6 +29,8 @@
29
30
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
31
#define snprintf _snprintf
32
+#else
33
+#define snprintf std::snprintf
34
#endif
35
36
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
0 commit comments