You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ML] Replace std::auto_ptr with std::unique_ptr (#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.
0 commit comments