Skip to content

[7.x][ML] Replace std::auto_ptr with std::unique_ptr #718

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

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

droberts195
Copy link
Contributor

std::auto_ptr has been removed from C++17, so we need
to stop using it before we can upgrade to C++17.

Also corrected the type name of a typedef of a
std::auto_ptr.

Backport of #717

std::auto_ptr has been removed from C++17, so we need
to stop using it before we can upgrade to C++17.

Also corrected the type name of a typedef of a
std::auto_ptr.

Backport of elastic#717
@droberts195 droberts195 merged commit a0291ac into elastic:7.x Oct 4, 2019
@droberts195 droberts195 deleted the remove_auto_ptr_7x branch October 4, 2019 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant