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 244b149 + 240ddb6 commit 363e51cCopy full SHA for 363e51c
src/lib_json/json_writer.cpp
@@ -29,7 +29,7 @@
29
30
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
31
#define snprintf _snprintf
32
-#else
+#elif __cplusplus >= 201103L
33
#define snprintf std::snprintf
34
#endif
35
0 commit comments