Replace boost::scoped_array with std::unique_ptr
commit51da3ae78308b1de977b2092a331bdbaa8d4770d
authorSubhash Chandra Bose Naripeddy <nsubhash@fb.com>
Fri, 7 Sep 2018 15:34:32 +0000 (7 08:34 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 7 Sep 2018 15:42:41 +0000 (7 08:42 -0700)
tree230a87b99c078b88ede9f12e12492325fa9b78c9
parent95eb790cc9211e865dd8b1bf6389108bd2dc16ba
Replace boost::scoped_array with std::unique_ptr

Summary:
boost::scoped_ptr<T> is obsolete so replace it with std::unique_ptr<T[]>.
Fixes for
hphp/compiler:hphp_analysis
hphp/util:util

Reviewed By: vitaut

Differential Revision: D9697716

fbshipit-source-id: 664908b19a03b714730dc76bf783430342f0697b
hphp/compiler/code_generator.cpp
hphp/util/light-process.cpp