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

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.