summaryrefslogtreecommitdiff
path: root/ACE/ace/Auto_Ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Auto_Ptr.h')
-rw-r--r--ACE/ace/Auto_Ptr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/Auto_Ptr.h b/ACE/ace/Auto_Ptr.h
index 47ad7c39702..9f8af214a31 100644
--- a/ACE/ace/Auto_Ptr.h
+++ b/ACE/ace/Auto_Ptr.h
@@ -68,14 +68,6 @@ protected:
ACE_END_VERSIONED_NAMESPACE_DECL
-#if defined (ACE_HAS_CPP17)
-// C++17 has removed std::auto_ptr but this is heavily used
-// in ACE and TAO tests so for the moment we are providing
-// our own auto_ptr implementation
-# define ACE_LACKS_AUTO_PTR
-# include <memory>
-#endif /* ACE_HAS_CPP17 */
-
#if !defined (ACE_LACKS_AUTO_PTR) && \
defined (ACE_HAS_STANDARD_CPP_LIBRARY) && \
(ACE_HAS_STANDARD_CPP_LIBRARY != 0)