c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally#7322
Merged
laanwj merged 1 commit intobitcoin:masterfrom Jan 16, 2016
Merged
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally#7322laanwj merged 1 commit intobitcoin:masterfrom
laanwj merged 1 commit intobitcoin:masterfrom
Conversation
…m locally Due to include ordering, defining in one place was not enough to ensure correct usage. Use global defines so that we don't have to worry abou this ordering. Also add a comment in configure about the test.
Member
|
utACK |
Member
|
@luke-jr can you test this please? |
Member
|
ACK c0cf48d Merged on top of c079d79, I got:
Additionally, I confirmed that Bitcoin-Qt starts on testnet, successfully reindexes its blockchain, connects to peers, sends a transaction, receives that transaction, and it is successfully mined by another peer. |
Member
Author
|
@luke-jr Thanks for testing! |
Contributor
|
ACK Compiled and tested with |
Member
|
@luke-jr Good to know, thanks for testing. |
laanwj
added a commit
that referenced
this pull request
Jan 16, 2016
c0cf48d c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
sickpig
referenced
this pull request
in sickpig/BitcoinUnlimited
Mar 5, 2017
c0cf48d c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
sickpig
referenced
this pull request
in sickpig/BitcoinUnlimited
Mar 31, 2017
c0cf48d c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (Cory Fields)
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.
Sorry for the noise, #7302 didn't always work. Thanks to @luke-jr for working out the issue.
Due to include ordering, defining in one place was not enough to ensure correct usage. Use global defines so that we don't have to worry abou this ordering.
Also add a comment in configure about the test.
@luke-jr can you please verify that this now works for you?