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
Replace all internal usages of std::auto_ptr by std::unique_ptr whenever the compiler supports it. Support for std::auto_ptr in user code needs to be maintained for backward-compatibility.