Page MenuHomePhabricator

Use std::make_unique more consistently
ClosedPublic

Authored by deadalnix on Sep 20 2019, 13:08.

Details

Summary

Chane several use of std::unique_ptr<Foo>(new Foo()) to use std::make_unqiue

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
makeunique
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7521
Build 13082: Bitcoin ABC Buildbot (legacy)
Build 13081: arc lint + arc unit