Replace std::auto_ptr with std::unique_ptr. NFC.
std::auto_ptr has been deprecated in C++11, which some compilers warn about. llvm-svn: 261787
Loading
Please sign in to comment
std::auto_ptr has been deprecated in C++11, which some compilers warn about. llvm-svn: 261787