Difference between revisions of "User talk:Mikael.s.persson"

From ProgrammingExamples
Jump to: navigation, search
Line 7: Line 7:
 
Hi Mike,
 
Hi Mike,
 
I saw you changed std::auto_ptr to std::unique_ptr. Could you explain the difference? Or show the difference in one or more examples? [[User:Daviddoria|Daviddoria]] 14:15, 6 April 2011 (UTC)
 
I saw you changed std::auto_ptr to std::unique_ptr. Could you explain the difference? Or show the difference in one or more examples? [[User:Daviddoria|Daviddoria]] 14:15, 6 April 2011 (UTC)
 +
 +
auto_ptr is deprecated by unique_ptr, that's all. Mike.

Revision as of 10:22, 6 April 2011

Mikael,

Thank you for the contributions! Please keep up the good work!

Daviddoria 12:32, 1 December 2010 (UTC)

Hi Mike, I saw you changed std::auto_ptr to std::unique_ptr. Could you explain the difference? Or show the difference in one or more examples? Daviddoria 14:15, 6 April 2011 (UTC)

auto_ptr is deprecated by unique_ptr, that's all. Mike.