auto_ptr โ unique_ptr
Change the few occurrences of the deprecated auto_ptr to c++11 unique_ptr.
Silences the deprecation warnings.
Also add a missing std:: for consistency.
auto_ptr โ unique_ptr 07e4edb05624Unpublished Tags None Subscribers None
Description
Details
|