Remove 33 unused Boost includes#10546
Merged
laanwj merged 1 commit intobitcoin:masterfrom Jun 11, 2017
Merged
Conversation
fanquake
reviewed
Jun 7, 2017
src/util.cpp
Outdated
Contributor
Author
There was a problem hiding this comment.
Good catch! Fixed!
d399e1b to
d652c75
Compare
dcousens
approved these changes
Jun 7, 2017
Contributor
|
compiles ACK d652c75 195 more |
Contributor
|
Gitian builds this fine: https://bitcoin.jonasschnelli.ch/build/166 |
d652c75 to
5262723
Compare
Contributor
Author
|
Merge conflicts resolved! |
2218588 to
d643345
Compare
Member
|
Builds are failing with |
ecb1c4a to
16c3a98
Compare
16c3a98 to
49de096
Compare
Contributor
Author
|
@fanquake Thanks for the notification. Builds now passing! |
Member
|
utACK 49de096 |
Member
|
utACK 49de096 |
laanwj
added a commit
that referenced
this pull request
Jun 11, 2017
49de096 Remove unused Boost includes (practicalswift) Tree-SHA512: ff2dad94f9eeb1dc50fcffd0e94e1686be04e4e5bc45f58ae955d630c15cd25bb8f5583d0aa1f2f263b5a723be79747ef3c6e6b417c7be7787c0abc8d1874019
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jul 8, 2019
49de096 Remove unused Boost includes (practicalswift) Tree-SHA512: ff2dad94f9eeb1dc50fcffd0e94e1686be04e4e5bc45f58ae955d630c15cd25bb8f5583d0aa1f2f263b5a723be79747ef3c6e6b417c7be7787c0abc8d1874019
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Oct 26, 2020
Lightweight abstraction of boost::filesystem This is a refactor backport ahead of replacing most of our Boost dependencies with C++17 code. Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7667 - Removes merge conflicts. - bitcoin/bitcoin#9902 - bitcoin/bitcoin@2300a5e - bitcoin/bitcoin#10546 - Only the changes to `src/fs.cpp`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove 33 unused Boost includes.