Joe McDonnell created IMPALA-13981: -------------------------------------- Summary: Replace boost::scoped_ptr/scoped_array with std::unique_ptr Key: IMPALA-13981 URL: https://issues.apache.org/jira/browse/IMPALA-13981 Project: IMPALA Issue Type: Task Components: Backend Affects Versions: Impala 5.0.0 Reporter: Joe McDonnell
We used boost::scoped_ptr in many files, but std::unique_ptr provides equivalent functionality. Most new code is using std::unique_ptr, so we often use both boost::scoped_ptr and std::unique_ptr in the same files. Replacing boost::scoped_ptr with std::unique_ptr would reduce the number of headers needed. This is a large change, so it may need to be split into pieces. -- This message was sent by Atlassian Jira (v8.20.10#820010)