Page MenuHomePhabricator

remove boost::noncopyable dependency
ClosedPublic

Authored by majcosta on Jul 6 2021, 17:22.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC40cbef2d958e: remove boost::noncopyable dependency
Summary

delete the copy ctor and copy-assignment operator of the classes that used it.

the Config base class now needs an explicitly default declared constructor since the compiler will no longer generate it once the above are deleted

Test Plan
ninja all check check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable