We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0befb commit db7d8acCopy full SHA for db7d8ac
hdr/sqlite_modern_cpp/type_wrapper.h
@@ -10,7 +10,7 @@
10
#endif
11
12
#ifdef __has_include
13
-#if (__cplusplus > 201402 || _MSCV_LANG > 201402) && __has_include(<optional>)
+#if (__cplusplus > 201402 || _MSVC_LANG > 201402) && __has_include(<optional>)
14
#define MODERN_SQLITE_STD_OPTIONAL_SUPPORT
15
#elif __has_include(<experimental/optional>) && __apple_build_version__ < 11000000
16
#define MODERN_SQLITE_EXPERIMENTAL_OPTIONAL_SUPPORT
0 commit comments