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

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.