commit | c814d76c75674befe61b5770e124221e75aa8dac | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Mar 07 16:51:08 2018 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Mar 28 23:36:12 2018 -0700 |
tree | 6eb9fbd3709fe6896f9ba04a2b5315ec04acf38d | |
parent | 4f9d00528dd6cc03e68c1b42c8e7869f4fb4e119 [diff] |
adb: implement std::make_unique, start using it. Add an implementation of std::make_unique for Windows, where we're currently stuck with C++11, and switch some uses of new over to it. Bug: http://b/74616284 Test: treehugger Change-Id: I99b85f07754adda7c525243480c3e0bce9a25ce7 (cherry picked from commit 31b5be69f4f39365ce0faad85faba604a2509022)