summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-leopard.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-macosx-leopard.h')
-rw-r--r--ACE/ace/config-macosx-leopard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 23d9dea5ddd..f86314bda3a 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -211,6 +211,10 @@
#endif
#endif
+#if __cplusplus >= 201703L && !defined (_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR)
+# define ACE_LACKS_AUTO_PTR
+#endif
+
// dlcompat package (not part of base Darwin) is needed for dlopen().
// You may download directly from sourceforge and install or use fink
// Fink installer puts libraries in /sw/lib and headers in /sw/include