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 1a96120 commit 4d5fde5Copy full SHA for 4d5fde5
bundles/cxx_remote_services/admin/src/RemoteServiceAdmin.h
@@ -28,6 +28,11 @@
28
#include <version>
29
#endif
30
31
+# if defined(__cpp_lib_memory_resource) \
32
+ && ((defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED < 140000) \
33
+ || (defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED < 170000))
34
+# undef __cpp_lib_memory_resource // Only supported on macOS 14 and iOS 17
35
+# endif
36
#if __cpp_lib_memory_resource
37
#include <memory_resource>
38
0 commit comments