Page MenuHomePhabricator

Use std::unique_ptr (C++11) where possible
ClosedPublic

Authored by deadalnix on Sep 11 2018, 18:09.

Details

Summary
  • Use unique_ptr for pfilter (CBloomFilter)
  • Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)

This is part of Core PR11043

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
netuniqueptr
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3274
Build 4635: Bitcoin ABC Buildbot (legacy)
Build 4634: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 15 2018, 15:05
This revision was automatically updated to reflect the committed changes.