Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost.
commit7e319d63932c40730ee66110cd8edd14a312f297
authorMatt Corallo <git@bluematt.me>
Wed, 16 Aug 2017 17:56:02 +0000 (16 13:56 -0400)
committerpracticalswift <practicalswift@users.noreply.github.com>
Mon, 6 Nov 2017 16:41:02 +0000 (6 17:41 +0100)
tree7d9ef7dea62678881a4a295cdc6421d92ad9d91b
parente022463a4b238750476430d08b45bc9171791e6f
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost.

Commit 1.

This code was written by @TheBlueMatt in the following branch:
* https://github.com/TheBlueMatt/bitcoin/commits/2017-08-test-10923

This commit message was written by me (@practicalswift) who also squashed
@TheBlueMatt's commits into one and tried to summarize the changes made.

Commit 2.

Remove boost include. Remove boost mentions in comments.
src/init.cpp
src/rpc/mining.cpp
src/sync.h