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 9dd77dc commit 240ddb6Copy full SHA for 240ddb6
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
+#elif __cplusplus >= 201103L
33
+#define snprintf std::snprintf
34
#endif
35
36
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
0 commit comments