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
Lint
Lint Not Applicable
Unit
Tests Not Applicable