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 5042514 commit 65ecffbCopy full SHA for 65ecffb
include/SQLiteCpp/Utils.h
@@ -64,6 +64,6 @@ const nullptr_t nullptr = {};
64
#endif // _MSC_VER
65
66
// A macro for snprintf support in Visual Studio
67
-#if _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1500
68
#define snprintf _snprintf
69
#endif
0 commit comments