Page MenuHomePhabricator

Use std::atomic in boost
ClosedPublic

Authored by deadalnix on Jan 3 2018, 13:34.

Details

Summary

By default, boost its own atomic, but this is unecessary becasue we are using C++11 .

Backport of core's PR10239

Test Plan
./autogen.sh
./configure
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
boostatomic
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1485
Build 1485: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 4 2018, 02:27
This revision was automatically updated to reflect the committed changes.