0.19.0-Beta2: replace use of auto_ptr with unique_ptr

use of auto_ptr is deprecated and generates warnings in the mingw build. Enclosed is a patch to replace auto_ptr with unique_ptr, which eliminates these warnings with mingw (and hopefully future-proof).

AttachmentSize
Plain text icon autoptr.txt2.72 KB

Forums: 

Thank you for the patch.

Thank you for the patch.

Too late for 0.19 (do not want to change ABI), but to be included in master branch (and, so, in next stable release)

-- Alex Tutubalin @LibRaw LLC