Skip to content

Commit

Permalink
Update Auto_Ptr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen authored Aug 28, 2023
1 parent e09f240 commit 6c256ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACE/ace/Auto_Ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class ACE_Auto_Basic_Ptr
ACE_END_VERSIONED_NAMESPACE_DECL

#if !defined (ACE_LACKS_AUTO_PTR)
# include <memory> // NOTE: Workaround only, still needed! 2023-08-23 CK
using std::auto_ptr; // FIXME(CK): This does NOT compile with c++17 or newer!!!
# include <memory>
using std::auto_ptr;
#else /* !ACE_LACKS_AUTO_PTR */

ACE_BEGIN_VERSIONED_NAMESPACE_DECL
Expand Down

0 comments on commit 6c256ad

Please sign in to comment.