Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Auto_Ptr.h, with C++17 auto_ptr is not available anymore #2226

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ACE/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ USER VISIBLE CHANGES BETWEEN ACE-7.1.4 and ACE-7.2.0

. Add support for Embarcadero C++ Builder bcc64x compiler

. Removed ace/Auto_Ptr.*, with C++17 std::auto_ptr is not
available anymore

USER VISIBLE CHANGES BETWEEN ACE-7.1.3 and ACE-7.1.4
====================================================

Expand Down
25 changes: 0 additions & 25 deletions ACE/ace/Auto_Ptr.cpp

This file was deleted.

208 changes: 0 additions & 208 deletions ACE/ace/Auto_Ptr.h

This file was deleted.

Loading