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 ba4f6b7 commit dba3d2bCopy full SHA for dba3d2b
hdr/sqlite_modern_cpp/type_wrapper.h
@@ -12,7 +12,7 @@
12
#ifdef __has_include
13
#if __cplusplus > 201402 && __has_include(<optional>)
14
#define MODERN_SQLITE_STD_OPTIONAL_SUPPORT
15
-#elif __has_include(<experimental/optional>)
+#elif __has_include(<experimental/optional>) && __apple_build_version__ < 11000000
16
#define MODERN_SQLITE_EXPERIMENTAL_OPTIONAL_SUPPORT
17
#endif
18
0 commit comments