How to resolve g ++ warning with -std = c ++ 11: "auto_ptr is deprecated
2 answers
"What should be used instead
auto_ptr
?"
Class representing the behavior of std::auto_ptr<>
the most closely std::unique_ptr<>
.
+1
source to share